mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
tighten only core constrants
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
45ad61438a
commit
bd3d288a08
4 changed files with 201 additions and 130 deletions
|
@ -174,10 +174,8 @@ namespace lp {
|
|||
|
||||
if (r == lia_move::conflict) {
|
||||
m_dio.explain(*this->m_ex);
|
||||
m_dioph_eq_period = settings().m_dioph_eq_period;
|
||||
return lia_move::conflict;
|
||||
} else if (r == lia_move::branch) {
|
||||
m_dioph_eq_period = settings().m_dioph_eq_period;
|
||||
return lia_move::branch;
|
||||
}
|
||||
return r;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue