mirror of
https://github.com/Z3Prover/z3
synced 2026-06-28 11:28:49 +00:00
spacer would drop variables of sorts not handled by main loop. - projection with witness needs to disable qel style preprocessing to ensure witnesses are returned. - add euf plugin to handle uninterpreted sorts (and then uninterpreted functions)
18 lines
328 B
CMake
18 lines
328 B
CMake
z3_add_component(mbp
|
|
SOURCES
|
|
mbp_arith.cpp
|
|
mbp_arrays.cpp
|
|
mbp_arrays_tg.cpp
|
|
mbp_basic_tg.cpp
|
|
mbp_datatypes.cpp
|
|
mbp_dt_tg.cpp
|
|
mbp_euf.cpp
|
|
mbp_qel.cpp
|
|
mbp_qel_util.cpp
|
|
mbp_plugin.cpp
|
|
mbp_solve_plugin.cpp
|
|
mbp_term_graph.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
model
|
|
simplex
|
|
)
|