mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 12:07:52 +00:00
add outline for ule constraints, change bit to var constraints
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5706c7a93b
commit
9df7e9a029
12 changed files with 224 additions and 113 deletions
|
@ -2,7 +2,8 @@ z3_add_component(polysat
|
|||
SOURCES
|
||||
constraint.cpp
|
||||
eq_constraint.cpp
|
||||
bit_constraint.cpp
|
||||
ule_constraint.cpp
|
||||
var_constraint.cpp
|
||||
justification.cpp
|
||||
log.cpp
|
||||
solver.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue