Move smt_util to preprocessing/util (#8799)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Sat, 21 May 2022 23:43:30 +0000 (18:43 -0500)
committerGitHub <noreply@github.com>
Sat, 21 May 2022 23:43:30 +0000 (23:43 +0000)
commitdd458fe71d6ae2fc435751127ab8dcddf066ddbe
treecfebdf14c57661f6905debb46b9307566538c503
parent9f6da05263951ee353ae587565d0d7f38ef97867
Move smt_util to preprocessing/util (#8799)

src/smt_util contains a single file that is only used by the miplib trick preprocessing pass. This moves it to preprocessing/util.
src/CMakeLists.txt
src/preprocessing/passes/miplib_trick.cpp
src/preprocessing/util/boolean_simplification.cpp [new file with mode: 0644]
src/preprocessing/util/boolean_simplification.h [new file with mode: 0644]
src/printer/smt2/smt2_printer.cpp
src/smt_util/boolean_simplification.cpp [deleted file]
src/smt_util/boolean_simplification.h [deleted file]
src/theory/arith/linear/theory_arith_private.cpp
src/theory/booleans/theory_bool.cpp
test/unit/util/boolean_simplification_black.cpp