mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 12:07:52 +00:00
Add clause simplification stub
This commit is contained in:
parent
3e99828c3c
commit
bf1a7914cd
3 changed files with 53 additions and 1 deletions
|
@ -16,6 +16,7 @@ z3_add_component(polysat
|
|||
saturation.cpp
|
||||
search_state.cpp
|
||||
simplify.cpp
|
||||
simplify_clause.cpp
|
||||
smul_fl_constraint.cpp
|
||||
solver.cpp
|
||||
ule_constraint.cpp
|
||||
|
@ -28,6 +29,6 @@ z3_add_component(polysat
|
|||
simplex
|
||||
interval
|
||||
bigfix
|
||||
PYG_FILES
|
||||
PYG_FILES
|
||||
polysat_params.pyg
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue