mirror of
https://github.com/Z3Prover/z3
synced 2025-05-01 21:05:52 +00:00
remove xor solver, tune dt_solver for enumeration case
This commit is contained in:
parent
830f314a3f
commit
fb8e2e444e
10 changed files with 67 additions and 332 deletions
|
@ -14,7 +14,6 @@ z3_add_component(sat_smt
|
|||
ba_internalize.cpp
|
||||
ba_pb.cpp
|
||||
ba_solver.cpp
|
||||
ba_xor.cpp
|
||||
bv_ackerman.cpp
|
||||
bv_delay_internalize.cpp
|
||||
bv_internalize.cpp
|
||||
|
@ -41,7 +40,6 @@ z3_add_component(sat_smt
|
|||
sat_dual_solver.cpp
|
||||
sat_th.cpp
|
||||
user_solver.cpp
|
||||
xor_solver.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
sat
|
||||
ast
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue