flyvy-verifier / flyvy

An experimental framework for temporal verification based on first-order linear-time temporal logic. Our goal is to express transition systems in first-order logic and verify temporal correctness properties, including safety and liveness.
BSD 2-Clause "Simplified" License
14 stars 1 forks source link

Bounded refactor #149

Closed Alex-Fischman closed 1 year ago

Alex-Fischman commented 1 year ago

This PR pulls out common functionality from the bounded model checkers into three new files: quantenum.rs, indices.rs, and checker.rs.