1. What have the authors contributed in "Model checking c programs using f-soft" ?
This paper provides a brief tutorial on model checking of C programs.. The authors provide illustrative details of a verification platform called F-SOFT, which provides a range of abstractions for modeling software, and uses customized SAT-based and BDD-based model checking techniques targeted for software.
read more
2. What is the advantage of using unbounded verification methods?
the finite state models extracted from C programs, with or without use of predicate abstraction, allow use of unbounded verification methods also.
read more
3. What is the definition of model checking?
Model checking is a popular technique for checking correctness properties, in which the design to be verified is represented as a finite state transition system, and the property is specified as a temporal logic formula.
read more
4. What is the key approach to model checking of C programs?
The essential approach is to model the semantics of C programs in the form of finite state systems by using suitable abstractions.
read more





