mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +00:00
26 lines
421 B
CMake
26 lines
421 B
CMake
z3_add_component(opt
|
|
SOURCES
|
|
maxcore.cpp
|
|
maxlex.cpp
|
|
maxsmt.cpp
|
|
opt_cmds.cpp
|
|
opt_context.cpp
|
|
opt_cores.cpp
|
|
opt_lns.cpp
|
|
opt_pareto.cpp
|
|
opt_parse.cpp
|
|
opt_preprocess.cpp
|
|
optsmt.cpp
|
|
opt_solver.cpp
|
|
pb_sls.cpp
|
|
sortmax.cpp
|
|
totalizer.cpp
|
|
wmax.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
sat_solver
|
|
sls_tactic
|
|
smt
|
|
smtlogic_tactics
|
|
PYG_FILES
|
|
opt_params.pyg
|
|
)
|