Proving or disproving likely invariants with constraint reasoning

Download: PDF.

“Proving or disproving likely invariants with constraint reasoning” by Tristan Denmat, Arnaud Gotlieb, and Mireille Ducassé. In 15th Workshop on Logic-based Methods in Programming Environments (WLPE'05), (Sitges (Barcelona), Spain), October 5, 2005.

Abstract

A program invariant is a property that holds for every execution of the program. Recent work suggest to infer likely-only invariants, via dynamic analysis. A likely invariant is a property that holds for some executions but is not guaranteed to hold for all executions. In this paper, we present work in progress addressing the challenging problem of automatically verifying that likely invariants are actual invariants. We propose a constraint-based reasoning approach that is able, unlike other approaches, to both prove or disprove likely invariants. In the latter case, our approach provides counter-examples. We illustrate the approach on a motivating example where automatically generated likely invariants are verified.

Download: PDF.

BibTeX entry:

@inproceedings{DenmatGD2005,
   author = {Tristan Denmat and Arnaud Gotlieb and Mireille Ducass{\'e}},
   title = {Proving or disproving likely invariants with constraint reasoning},
   booktitle = {15th Workshop on Logic-based Methods in Programming
	Environments (WLPE'05)},
   address = {Sitges (Barcelona), Spain},
   month = {October~5,},
   year = {2005}
}

Back to Publications whose methodology uses invariant detection.