3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-09 00:30:16 +00:00
z3/src/math/lp
Lev Nachmanson 2b7393778e apply hardcoded thresholds
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
2020-01-28 10:04:21 -08:00
..
binary_heap_priority_queue.cpp
binary_heap_priority_queue.h
binary_heap_priority_queue_def.h
binary_heap_upair_queue.cpp
binary_heap_upair_queue.h
binary_heap_upair_queue_def.h
bound_analyzer_on_row.h generate lemmas from nla_intervals 2020-01-28 10:04:21 -08:00
breakpoint.h
CMakeLists.txt remove nex grobner 2020-01-28 10:04:21 -08:00
column_info.h
column_namer.h port Grobner 2020-01-28 10:04:21 -08:00
conversion_helper.h
core_solver_pretty_printer.cpp
core_solver_pretty_printer.h
core_solver_pretty_printer_def.h
cross_nested.h code review (#98) 2020-01-28 10:04:21 -08:00
dense_matrix.cpp
dense_matrix.h
dense_matrix_def.h
emonics.cpp rename emonimials to emonics 2020-01-28 10:04:21 -08:00
emonics.h rename emonimials to emonics 2020-01-28 10:04:21 -08:00
eta_matrix.cpp
eta_matrix.h
eta_matrix_def.h
explanation.h prepare to hook up pdd_grobner 2020-01-28 10:04:21 -08:00
factorization.cpp rename monomial to monic 2020-01-28 10:04:21 -08:00
factorization.h rename monomial to monic 2020-01-28 10:04:21 -08:00
factorization_factory_imp.cpp rename monomial to monic 2020-01-28 10:04:21 -08:00
factorization_factory_imp.h rename monomial to monic 2020-01-28 10:04:21 -08:00
general_matrix.h
gomory.cpp rebase with Z3Prover 2020-01-28 10:04:21 -08:00
gomory.h
hnf.h
hnf_cutter.h rebase with Z3Prover 2020-01-28 10:04:21 -08:00
horner.cpp add options to substitute vars in Horner and Grobner 2020-01-28 10:04:21 -08:00
horner.h use dep_intervals inside of nla_intervals 2020-01-28 10:04:21 -08:00
implied_bound.h
incremental_vector.h
indexed_value.h cleanup some warnings 2020-01-28 10:04:21 -08:00
indexed_vector.cpp
indexed_vector.h
indexed_vector_def.h
indexer_of_constraints.h
int_set.h misc fixes to grobner state (#109) 2020-01-28 10:04:21 -08:00
int_solver.cpp rebase with Z3Prover 2020-01-28 10:04:21 -08:00
int_solver.h
lar_constraints.h
lar_core_solver.cpp
lar_core_solver.h do not add row with free basic vars in grobner, more tracing 2020-01-28 10:04:21 -08:00
lar_core_solver_def.h start porting grobner basis functionality 2020-01-28 10:04:21 -08:00
lar_solution_signature.h
lar_solver.cpp rebase with Z3Prover 2020-01-28 10:04:21 -08:00
lar_solver.h rebase with Z3Prover 2020-01-28 10:04:21 -08:00
lar_term.h rebase with Z3Prover 2020-01-28 10:04:21 -08:00
lia_move.h
lp_bound_propagator.cpp generate lemmas from nla_intervals 2020-01-28 10:04:21 -08:00
lp_bound_propagator.h generate lemmas from nla_intervals 2020-01-28 10:04:21 -08:00
lp_core_solver_base.cpp
lp_core_solver_base.h debug grobner and improve printing 2020-01-28 10:04:21 -08:00
lp_core_solver_base_def.h
lp_dual_core_solver.cpp
lp_dual_core_solver.h
lp_dual_core_solver_def.h
lp_dual_simplex.cpp
lp_dual_simplex.h
lp_dual_simplex_def.h
lp_params.pyg forgotten changes after a rebase 2020-01-28 10:04:21 -08:00
lp_primal_core_solver.cpp
lp_primal_core_solver.h
lp_primal_core_solver_def.h
lp_primal_core_solver_tableau_def.h
lp_primal_simplex.cpp
lp_primal_simplex.h
lp_primal_simplex_def.h
lp_settings.cpp
lp_settings.h avoid a warning and rebase with Z3Prover 2020-01-28 10:04:21 -08:00
lp_settings_def.h
lp_solver.cpp
lp_solver.h
lp_solver_def.h
lp_types.h
lp_utils.cpp
lp_utils.h fixes in horner's heuristic 2020-01-28 10:04:21 -08:00
lu.cpp
lu.h
lu_def.h start porting grobner basis functionality 2020-01-28 10:04:21 -08:00
matrix.cpp
matrix.h
matrix_def.h
mon_eq.cpp rename monomial to monic 2020-01-28 10:04:21 -08:00
monic.h rename monomial to monic 2020-01-28 10:04:21 -08:00
mps_reader.h fix remove lar_solver::add_constraint 2020-01-28 10:04:21 -08:00
nex.h code review (#98) 2020-01-28 10:04:21 -08:00
nex_creator.cpp free memory in nex_creator during GB init 2020-01-28 10:04:21 -08:00
nex_creator.h change core::get_var_weight() to return unsigned, remove some warnings from test/lp/lp.cpp 2020-01-28 10:04:21 -08:00
nla_basics_lemmas.cpp move m_intervals to nla_core 2020-01-28 10:04:21 -08:00
nla_basics_lemmas.h rename monomial to monic 2020-01-28 10:04:21 -08:00
nla_common.cpp add options to substitute vars in Horner and Grobner 2020-01-28 10:04:21 -08:00
nla_common.h add options to substitute vars in Horner and Grobner 2020-01-28 10:04:21 -08:00
nla_core.cpp apply hardcoded thresholds 2020-01-28 10:04:21 -08:00
nla_core.h rebase with Z3Prover 2020-01-28 10:04:21 -08:00
nla_defs.h rename monomial to monic 2020-01-28 10:04:21 -08:00
nla_intervals.cpp rebase with Z3Prover 2020-01-28 10:04:21 -08:00
nla_intervals.h hook up pdd_grobner 2020-01-28 10:04:21 -08:00
nla_monotone_lemmas.cpp move m_intervals to nla_core 2020-01-28 10:04:21 -08:00
nla_monotone_lemmas.h rename monomial to monic 2020-01-28 10:04:21 -08:00
nla_order_lemmas.cpp rename monomial to monic 2020-01-28 10:04:21 -08:00
nla_order_lemmas.h move m_intervals to nla_core 2020-01-28 10:04:21 -08:00
nla_params.pyg add options to substitute vars in Horner and Grobner 2020-01-28 10:04:21 -08:00
nla_settings.h add options to substitute vars in Horner and Grobner 2020-01-28 10:04:21 -08:00
nla_solver.cpp rename monomial to monic 2020-01-28 10:04:21 -08:00
nla_solver.h rename monomial to monic 2020-01-28 10:04:21 -08:00
nla_tangent_lemmas.cpp rebase with Z3Prover 2020-01-28 10:04:21 -08:00
nla_tangent_lemmas.h rename monomial to monic 2020-01-28 10:04:21 -08:00
nra_solver.cpp rename monomial to monic 2020-01-28 10:04:21 -08:00
nra_solver.h rename monomial to monic 2020-01-28 10:04:21 -08:00
numeric_pair.h forgotten changes after a rebase 2020-01-28 10:04:21 -08:00
permutation_matrix.cpp
permutation_matrix.h
permutation_matrix_def.h
polynomial.h
random_updater.cpp
random_updater.h
random_updater_def.h
row_eta_matrix.cpp
row_eta_matrix.h
row_eta_matrix_def.h
scaler.cpp
scaler.h
scaler_def.h
signature_bound_evidence.h
sparse_vector.h
square_dense_submatrix.cpp
square_dense_submatrix.h
square_dense_submatrix_def.h
square_sparse_matrix.cpp
square_sparse_matrix.h
square_sparse_matrix_def.h
stacked_value.h
stacked_vector.h
static_matrix.cpp
static_matrix.h
static_matrix_def.h
tail_matrix.h
test_bound_analyzer.h
ul_pair.h
var_eqs.h work on Grobner 2020-01-28 10:04:21 -08:00
var_register.h