mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 04:56:03 +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:
parent
957b177c64
commit
e920291393
5 changed files with 5 additions and 5 deletions
|
@ -1192,7 +1192,7 @@ namespace arith {
|
|||
}
|
||||
case lp::lia_move::cut: {
|
||||
TRACE("arith", tout << "cut\n";);
|
||||
++m_stats.m_gomory_cuts;
|
||||
++m_stats.m_cuts;
|
||||
// m_explanation implies term <= k
|
||||
reset_evidence();
|
||||
for (auto ev : m_explanation)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue