3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-04 00:58:07 +00:00

fix #3450, remove deprecated qe-sat

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-21 18:08:10 -07:00
parent fcd1f2b3cd
commit 8717c7d7ff
3 changed files with 0 additions and 740 deletions

View file

@ -16,7 +16,6 @@ z3_add_component(qe
qe_lite.cpp
qe_mbp.cpp
qe_mbi.cpp
qe_sat_tactic.cpp
qe_solve_plugin.cpp
qe_tactic.cpp
qe_term_graph.cpp
@ -30,7 +29,6 @@ z3_add_component(qe
TACTIC_HEADERS
nlqsat.h
qe_lite.h
qe_sat_tactic.h
qe_tactic.h
qsat.h
)