Note: This is an archvied version of our old webpage. Some links might be broken. The current one can be found here.
I7 Logo
Chair for Foundations of Software Reliability and Theoretical Computer Science
Informatik Logo TUM Logo
Model-Checking SS 2019

  News | Basic information | Content | Exercises | Slides | Links | Exam

Bonus Exercise

We invite highly motivated students to take part in the new and experimental Implement a Model Checker voluntary exercise!

Exercise Sheets

  • 1. Introduction
    Exercise sheet: [PDF] | [Solutions]
    Some useful links: Spin README Spin references Modex
  • 2. Linear temporal logic (LTL)
    Exercise sheet: [PDF] | [Solutions]
  • 3. More LTL and Spot
    Exercise sheet: [PDF] | [Solutions]
    Spot is available at spot.lrde.epita.fr/app
  • 4. Büchi Automata
    Exercise sheet: [PDF] | [Solutions]
  • 5. LTL and Büchi
    Exercise sheet: [PDF] | [Solutions]
    As discussed in class, some of the exercises in this sheet were problematic. An updated version would be uploaded in the coming weeks.
  • 6. Partial Order Reduction
    Exercise sheet: [PDF] | [Solutions]
  • 7. Computation tree logic (CTL)
    Exercise sheet: [PDF] | [Solutions]
  • 8. CTL and NuSMV
    Exercise sheet: [PDF] | [Solutions, 8.2 SMV code, 8.3 SMV code]
  • 9. Binary Decision Diagrams
    Exercise sheet: [PDF] | [Solutions]
  • 10. Abstraction, Simulation and bisimulation
    Exercise sheet: [PDF] | [Solutions]
  • 11. Pushdown systems
    Exercise sheet: [PDF] | [Solutions]
    Python script to compute Pre*: pre_star.py