mirror of
https://github.com/Z3Prover/z3
synced 2025-07-03 11:25:40 +00:00
fix case when interval is full
This commit is contained in:
parent
82dc254d0e
commit
e4cc6e29ca
1 changed files with 2 additions and 1 deletions
|
@ -174,6 +174,7 @@ namespace polysat {
|
||||||
if (!e)
|
if (!e)
|
||||||
continue;
|
continue;
|
||||||
last = e;
|
last = e;
|
||||||
|
if (e->interval.is_proper())
|
||||||
update_value_to_high(val, e);
|
update_value_to_high(val, e);
|
||||||
m_explain.push_back({ e, val });
|
m_explain.push_back({ e, val });
|
||||||
if (is_conflict()) {
|
if (is_conflict()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue