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:
parent
696b70fddb
commit
2934618c50
4 changed files with 2 additions and 112 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue