mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
add bit-matrix, avoid flattening and/or after bit-blasting, split pdd_grobner into solver/simplifier, add xlin, add smtfd option for incremental mode logic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
09dbacdf50
commit
1d0572354b
17 changed files with 991 additions and 386 deletions
|
@ -2,6 +2,7 @@ z3_add_component(simplex
|
|||
SOURCES
|
||||
simplex.cpp
|
||||
model_based_opt.cpp
|
||||
bit_matrix.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
util
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue