mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Intervals from equality constraints: remove superfluous side constraints
This commit is contained in:
parent
434e794790
commit
7e7cea54f4
1 changed files with 0 additions and 4 deletions
|
@ -417,10 +417,6 @@ namespace polysat {
|
|||
|
||||
fi.coeff = 1;
|
||||
fi.interval = eval_interval::proper(lo, lo_val, hi, hi_val);
|
||||
if (b1 != e1)
|
||||
fi.side_cond.push_back(s.eq(b1, e1));
|
||||
if (b2 != e2)
|
||||
fi.side_cond.push_back(s.eq(b2, e2));
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue