Using Dynamic Symbolic Execution to Improve Deductive Verification
- Nikolaj Bjørner ,
- Wolfram Schulte ,
- Nikolai Tillmann ,
- Peli de Halleux
Proc. 15th International SPIN Workshop |
Published by Springer Verlag
One of the most challenging problems in deductive program verification is to find inductive program invariants typically expressed using quantifiers. With strong-enough invariants, existing provers can often prove that a program satisfies its specification. However, provers by themselves do not find such invariants. We propose to automatically generate executable test cases from failed proof attempts using dynamic symbolic execution by exploring program code as well as contracts with quantifiers. A developer can analyze the test cases with a traditional debugger to determine the cause of the error; the developer may then correct the program or the contracts and repeat the process.