3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-12 06:00:53 +00:00

remove simplify_inequality from gomory.cpp

This commit is contained in:
Lev Nachmanson 2024-01-04 11:40:57 -10:00
parent 696b70fddb
commit 2934618c50
4 changed files with 2 additions and 112 deletions

View file

@ -32,5 +32,4 @@ void lp::lp_settings::updt_params(params_ref const& _p) {
report_frequency = p.arith_rep_freq();
m_simplex_strategy = static_cast<lp::simplex_strategy_enum>(p.arith_simplex_strategy());
m_nlsat_delay = p.arith_nl_delay();
m_gomory_simplify = p.arith_gomory_simplify();
}