English

Beyond k-induction: Learning from Counterexamples to Bidirectionally Explore the State Space

Logic in Computer Science 2019-04-05 v1

Abstract

We describe and evaluate a novel k-induction proof rule called bidirectional k-induction (bkind), which substantially improves the k-induction bug-finding capabilities. Particularly, bkind exploits the counterexamples generated by the over-approximation step to derive new properties and feed them back to the bounded model checking procedure. We also combine an interval invariant generator and bkind to significantly improve the number of correct verification results. Experimental results show that bkind can considerably reduce the verification time compared to the naive k-induction proof rule, since it only requires half the number of steps to find a given safety property violation in an unsafe program. The bkind algorithm outperforms 2LS, another state-of-the-art k-induction verifier, and produces more than twice correct proofs and about 35% more correct alarms than when analysing a large set of public available benchmarks.

Cite

@article{arxiv.1904.02501,
  title  = {Beyond k-induction: Learning from Counterexamples to Bidirectionally Explore the State Space},
  author = {Mikhail R. Gadelha and Felipe R. Monteiro and Enrico Steffinlongo and Lucas C. Cordeiro and Denis A. Nicole},
  journal= {arXiv preprint arXiv:1904.02501},
  year   = {2019}
}

Comments

17 pages

R2 v1 2026-06-23T08:29:12.504Z