Jump to content

Verification condition generator

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Eptified (talk | contribs) at 15:40, 29 June 2013. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A verification condition generator is a common sub-component of an automated program verifier that synthesizes formal verification conditions by analyzing a program's source code using a method based upon Hoare logic. VC generators may require that the source code contains logical annotations provided by the programmer or the compiler such as pre/post-conditions and loop invariants. VC generators are often coupled with SMT solvers in the backend of a program verifier. After a verification condition generator has created the verification conditions they are passed to an automated theorem prover, which can then formally prove the correctness of the code.

Methods have been proposed to use the operational semantics of machine languages to automatically generate verification condition generators. [1]

  1. ^ "Verification Condition Generation via Theorem Proving" (PDF). {{cite web}}: Unknown parameter |authors= ignored (help); line feed character in |title= at position 33 (help)