-
Pegasus: A Framework for Sound Continuous Invariant Generation
Abstract: “Continuous invariants are an important component in deductive verification of hybrid and continuous systems. Just like discrete invariants are used to reason about correctness in discrete systems without unrolling their loops forever, continuous invariants are used to reason about differential equations without having to solve them. Automatic generation of continuous invariants remains one of the biggest practical challenges to automation of formal proofs of safety in hybrid systems. There are at present many disparate methods available for generating continuous invariants; however, this wealth of diverse techniques presents a number of challenges, with different methods having different strengths and weaknesses. To address some of these challenges, we develop Pegasus: an automatic continuous invariant generator which allows for combinations of various methods, and integrate it with the KeYmaera X theorem prover for hybrid systems. We describe some of the architectural aspects of this integration, comment on its methods and challenges, and present an experimental evaluation on a suite of benchmarks.”
Comments
More like this (3)
-
Making Whiley Boogie! (2017)
Abstract: “The quest to develop increasingly sophisticated verification systems continues unabated. Tools such as Dafny, Spec#,...
-
TLA+ model checking made symbolic
TLA+ model checking made symbolic Konnov et al., OOPSLA’19 TLA+ is a formal specification language (Temporal...
-
Automatic Loop Invariant Generation and Refinement through Selective Sampling (2017)
Abstract: “Automatic loop-invariant generation is important in program analysis and verification. In this work, we propose...