Presentation is loading. Please wait.

Presentation is loading. Please wait.

1 Verification by Model Checking. 2 Part 1 : Motivation.

Similar presentations


Presentation on theme: "1 Verification by Model Checking. 2 Part 1 : Motivation."— Presentation transcript:

1 1 Verification by Model Checking

2 2 Part 1 : Motivation

3 3 Introduction Verification: verifying the correctness of computer systems hardware, software or combination It is most obvious in safety-critical systems commercially critical mission critical

4 4 Verification parts Formal Verification techniques consist of three parts: 1.A framework for modeling systems some kind of specification language 2.A specification language for describing the properties to be verified 3.A verification method for establishing if the description of the system satisfies the specification

5 5 Classification Approaches to verification can be classified in several ways: Proof-based vs. model-based Degree of automation Full- vs. property- verification Intended domain of application hardware-software, sequential-concurrent, reactive- terminating, … Pre- vs. post- development

6 6 Proof-based verification The system description is a set of formula Γ in a suitable logic The specification is another formula The verification method is finding a proof that Γ means deduction It typically needs the user guidance and expertise

7 7 Model-based verification The system is represented by a model M for an appropriate logic The specification is again represented by a formula The verification method consist of computing whether a model M satisfies M satisfies : M The computation is usually automatic for finite models

8 8 Degree of automation From fully automated to fully manual

9 9 Full- vs. property-verification The specification may describe a single property of the system, or it may describe its full behavior (expensive).

10 10 Intended domain of application Hardware, software Sequential, concurrent Reactive, terminating Reactive: reacts to its environment, and is not meant to terminate (e.g. operating systems, embedded systems, computer hardware)

11 11 Pre- vs. post-development Verification is of greater advantage if introduced early in system development

12 12 Model checking Model checking is an automatic, model-based, property-verification approach It is intended to be used for concurrent and reactive systems The purpose of a reactive system is not necessarily to obtain a final result, but to maintain some interaction with its environment Concurrency bugs non reproducible not covered by test cases

13 13 Temporal Logic The idea is that a formula is not statically true or false in a model The models of temporal logic contain several states a formula can be true in some and false in the others The static notion of truth is replaced by a dynamic one the formulas may change their truth values as the system evolves from state to state

14 14 Temporal Logic (cont.) In model checking: The models M are transition systems The properties φ are formulas in temporal logic Model checking steps: 1. Model the system using the description language of a model checker : M 2. Code the property using the specification language of the model checker : φ 3. Run the model checker with the inputs M and φ

15 15 Model checker M Model Checker p F q yes no φ Error Trace

16 16 Linear vs. Branching Linear-time logics think of time as a set of paths path is a sequence of time instances (Where time is linear, called Linear – Time Temporal Logic) Branching time logics represent time as a tree it is rooted at the present moment and branches out into the future (Where time is Branching, Called Computation Tree Logic). Many logics were suggested during last years that fit into one of above categories We study LTL in linear time logics and CTL in branching time logics

17 17 Linear vs. Branching (cont.) Linear Time Every moment has a unique successor Infinite sequences (words) Linear Time Temporal Logic (LTL) Branching Time Every moment has several successors Infinite tree Computation Tree Logic (CTL)


Download ppt "1 Verification by Model Checking. 2 Part 1 : Motivation."

Similar presentations


Ads by Google