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:
parent
71c433908c
commit
e4f3b5753f
3 changed files with 91 additions and 74 deletions
|
@ -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(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue