BoolToBV modes (off, ite, all) (#2530)
authormakaimann <makaim@stanford.edu>
Mon, 10 Dec 2018 16:37:11 +0000 (08:37 -0800)
committerMathias Preiner <mathias.preiner@gmail.com>
Mon, 10 Dec 2018 16:37:11 +0000 (08:37 -0800)
commite1dc39321cd4ab29b436025badfb05714f5649b3
treec2f02cd7370157fbea51ec6602ad174b149cd850
parent7270b2a800c45fa87ef4cdcad8fc353ccb8cd471
BoolToBV modes (off, ite, all) (#2530)
14 files changed:
src/options/CMakeLists.txt
src/options/bool_to_bv_mode.cpp [new file with mode: 0644]
src/options/bool_to_bv_mode.h [new file with mode: 0644]
src/options/bv_options.toml
src/options/options_handler.cpp
src/options/options_handler.h
src/preprocessing/passes/bool_to_bv.cpp
src/preprocessing/passes/bool_to_bv.h
src/smt/smt_engine.cpp
src/theory/bv/theory_bv.cpp
test/regress/CMakeLists.txt
test/regress/regress0/bv/bool-to-bv-all.smt2 [new file with mode: 0644]
test/regress/regress0/bv/bool-to-bv-ite.smt2 [new file with mode: 0644]
test/regress/regress0/bv/bool-to-bv.smt2 [deleted file]