mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 20:35:51 +00:00
adding arith sls
This commit is contained in:
parent
6a2d60a6ba
commit
96d815b904
17 changed files with 625 additions and 35 deletions
|
@ -3,6 +3,7 @@ z3_add_component(sat_smt
|
|||
arith_axioms.cpp
|
||||
arith_diagnostics.cpp
|
||||
arith_internalize.cpp
|
||||
arith_local_search.cpp
|
||||
arith_solver.cpp
|
||||
array_axioms.cpp
|
||||
array_diagnostics.cpp
|
||||
|
@ -20,6 +21,7 @@ z3_add_component(sat_smt
|
|||
euf_ackerman.cpp
|
||||
euf_internalize.cpp
|
||||
euf_invariant.cpp
|
||||
euf_local_search.cpp
|
||||
euf_model.cpp
|
||||
euf_proof.cpp
|
||||
euf_proof_checker.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue