jetafese / btor2mlir

Bᴛᴏʀ2MLIR: A Format and Toolchain for Hardware Verification
10 stars 4 forks source link

feat: concise support for btor2 witness generation #16

Closed jetafese closed 11 months ago

jetafese commented 11 months ago

Given a btor2 circuit, we now have a concise way to generate a counter example, using SeaHorn, and construct a valid witness for the original btor2 circuit.

The docker file and ./get_cex_seahorn files capture the necessary details of how this is done.