mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
17 lines
282 B
CMake
17 lines
282 B
CMake
z3_add_component(polysat
|
|
SOURCES
|
|
assignment.cpp
|
|
constraints.cpp
|
|
core.cpp
|
|
fixed_bits.cpp
|
|
forbidden_intervals.cpp
|
|
op_constraint.cpp
|
|
ule_constraint.cpp
|
|
umul_ovfl_constraint.cpp
|
|
viable.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
util
|
|
dd
|
|
smt_params
|
|
)
|
|
|