mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
36 lines
658 B
CMake
36 lines
658 B
CMake
z3_add_component(polysat
|
|
SOURCES
|
|
boolean.cpp
|
|
clause.cpp
|
|
clause_builder.cpp
|
|
conflict.cpp
|
|
conflict2.cpp
|
|
constraint.cpp
|
|
eq_explain.cpp
|
|
explain.cpp
|
|
forbidden_intervals.cpp
|
|
inference_logger.cpp
|
|
justification.cpp
|
|
linear_solver.cpp
|
|
log.cpp
|
|
op_constraint.cpp
|
|
restart.cpp
|
|
saturation.cpp
|
|
search_state.cpp
|
|
simplify.cpp
|
|
simplify_clause.cpp
|
|
smul_fl_constraint.cpp
|
|
solver.cpp
|
|
ule_constraint.cpp
|
|
umul_ovfl_constraint.cpp
|
|
variable_elimination.cpp
|
|
viable.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
util
|
|
dd
|
|
simplex
|
|
interval
|
|
bigfix
|
|
PYG_FILES
|
|
polysat_params.pyg
|
|
)
|