vix.ing · top · new · best · stats · spec

Triggered Clause Pushing for IC3

2013/07/18 by Martin Suda, Suda, Martin
Computer Science · #Formal Methods in Verification #Security and Verification in Computing #Logic, programming, and type systems

paper · pdf · doi:10.48550/arxiv.1307.4966

Abstract

We propose an improvement of the famous IC3 algorithm for model checking safety properties of finite state systems. We collect models computed by the SAT-solver during the clause propagation phase of the algorithm and use them as witnesses for why the respective clauses could not be pushed forward. It only makes sense to recheck a particular clause for pushing when its witnessing model falsifies a newly added clause. Since this trigger test is both computationally cheap and sufficiently precise, we can afford to keep clauses pushed as far as possible at all times. Experiments indicate that this strategy considerably improves IC3's performance.

Related