3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00

move mus to solver

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-06-10 16:24:14 -07:00
parent 19f98547f7
commit 9f5a117443
10 changed files with 273 additions and 110 deletions

View file

@ -8,7 +8,6 @@ z3_add_component(opt
maxsls.cpp
maxsmt.cpp
mss.cpp
mus.cpp
opt_cmds.cpp
opt_context.cpp
opt_pareto.cpp

View file

@ -2,6 +2,7 @@ z3_add_component(solver
SOURCES
check_sat_result.cpp
combined_solver.cpp
mus.cpp
solver.cpp
solver_na2as.cpp
tactic2solver.cpp