English

The Design and Algorithms of a Verification Condition Generator

Software Engineering 2012-05-01 v1

Abstract

This dissertation discusses several problems loosely related, because they all involve a verification condition generator. The Boogie language is introduced; the architecture of a verification-generator is described. Then come more interesting parts. (1) Moving to a passive form representation can be seen as an automatic transformation into a pure functional language. How to formalize this transformation and what is its complexity? (2) How do various ways of describing the semantics of procedural languages (predicate transformers, operational semantics) relate to each other? (3) How to do incremental verification? That is, how to work less when re-verifying a program that changed only a little since the verifier was last run. (4) How to detect unreachable code, taking into account formal specifications?

Keywords

Cite

@article{arxiv.1204.6719,
  title  = {The Design and Algorithms of a Verification Condition Generator},
  author = {Radu Grigore},
  journal= {arXiv preprint arXiv:1204.6719},
  year   = {2012}
}

Comments

PhD Thesis from University College Dublin

R2 v1 2026-06-21T20:56:45.440Z