Add support for BV proofs with the simple bitblasting solver. (#5603)
authorMathias Preiner <mathias.preiner@gmail.com>
Tue, 8 Dec 2020 03:15:14 +0000 (19:15 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Dec 2020 03:15:14 +0000 (21:15 -0600)
commitca4f71c3c3c0da881e0bb9b93dbbb2bb3fe49c46
treec03c753476e28d0bc852e4e6a4b2e49030de8f2a
parenta35585fc3b20d70f88a156cd0403f6aa5c9a0dbe
Add support for BV proofs with the simple bitblasting solver. (#5603)
src/CMakeLists.txt
src/expr/proof_rule.cpp
src/expr/proof_rule.h
src/theory/bv/bitblast/simple_bitblaster.cpp [new file with mode: 0644]
src/theory/bv/bitblast/simple_bitblaster.h [new file with mode: 0644]
src/theory/bv/bv_solver_simple.cpp
src/theory/bv/bv_solver_simple.h
src/theory/bv/proof_checker.cpp [new file with mode: 0644]
src/theory/bv/proof_checker.h [new file with mode: 0644]
src/theory/bv/theory_bv.cpp