3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

fixing the default parameters of dio and rename m_gomory_cuts to m_cuts

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-02-11 10:45:36 -10:00 committed by Lev Nachmanson
parent 957b177c64
commit e920291393
5 changed files with 5 additions and 5 deletions

View file

@ -1911,7 +1911,6 @@ public:
if (ctx().get_fparams().m_arith_ignore_int)
return FC_GIVEUP;
TRACE("arith", tout << "cut\n";);
++m_stats.m_gomory_cuts;
// m_explanation implies term <= k
reset_evidence();
for (auto ev : m_explanation) {