3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-03 22:05:45 +00:00

solving regressions/smt2/b1.smt2

This commit is contained in:
Lev Nachmanson 2024-11-17 14:32:04 -08:00 committed by Lev Nachmanson
parent 71c433908c
commit e4f3b5753f
3 changed files with 91 additions and 74 deletions

View file

@ -179,10 +179,8 @@ namespace lp {
} else if (r == lia_move::branch) {
m_dioph_eq_period = settings().m_dioph_eq_period;
return lia_move::branch;
}
// m_dioph_eq_period *= 2;
return lia_move::undef;
}
return r;
}
lp_settings& settings() { return lra.settings(); }