mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
- convert reduce-args to a simplifier. Currently exposed as reduce-args2 tactic until the old tactic code gets removed. - bug fixes in model_reconstruction trail - allow multiple defs to be added with same pool of removed formulas - fix tracking of function symbols instead of expressions to filter replay - add nla_divisions to track (cheap) divisibility lemmas. -
61 lines
1.2 KiB
CMake
61 lines
1.2 KiB
CMake
z3_add_component(lp
|
|
SOURCES
|
|
binary_heap_priority_queue.cpp
|
|
binary_heap_upair_queue.cpp
|
|
core_solver_pretty_printer.cpp
|
|
dense_matrix.cpp
|
|
eta_matrix.cpp
|
|
emonics.cpp
|
|
factorization.cpp
|
|
factorization_factory_imp.cpp
|
|
gomory.cpp
|
|
hnf_cutter.cpp
|
|
horner.cpp
|
|
indexed_vector.cpp
|
|
int_branch.cpp
|
|
int_cube.cpp
|
|
int_gcd_test.cpp
|
|
int_solver.cpp
|
|
lar_solver.cpp
|
|
lar_core_solver.cpp
|
|
lp_core_solver_base.cpp
|
|
lp_dual_core_solver.cpp
|
|
lp_dual_simplex.cpp
|
|
lp_primal_core_solver.cpp
|
|
lp_primal_simplex.cpp
|
|
lp_settings.cpp
|
|
lp_solver.cpp
|
|
lu.cpp
|
|
lp_utils.cpp
|
|
matrix.cpp
|
|
mon_eq.cpp
|
|
monomial_bounds.cpp
|
|
nex_creator.cpp
|
|
nla_basics_lemmas.cpp
|
|
nla_common.cpp
|
|
nla_core.cpp
|
|
nla_divisions.cpp
|
|
nla_grobner.cpp
|
|
nla_intervals.cpp
|
|
nla_monotone_lemmas.cpp
|
|
nla_order_lemmas.cpp
|
|
nla_powers.cpp
|
|
nla_solver.cpp
|
|
nla_tangent_lemmas.cpp
|
|
nra_solver.cpp
|
|
permutation_matrix.cpp
|
|
random_updater.cpp
|
|
row_eta_matrix.cpp
|
|
scaler.cpp
|
|
square_dense_submatrix.cpp
|
|
square_sparse_matrix.cpp
|
|
static_matrix.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
util
|
|
polynomial
|
|
nlsat
|
|
smt_params
|
|
)
|
|
|
|
include_directories(${src_SOURCE_DIR})
|