mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
No result if there is no other interval
This commit is contained in:
parent
a406e01fb8
commit
aeb6138c25
1 changed files with 5 additions and 0 deletions
|
@ -755,6 +755,11 @@ namespace polysat {
|
||||||
break;
|
break;
|
||||||
n = n1;
|
n = n1;
|
||||||
}
|
}
|
||||||
|
if (e == n) {
|
||||||
|
SASSERT_EQ(e, e0);
|
||||||
|
// VERIFY(false);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if (e == e0) {
|
if (e == e0) {
|
||||||
out_lo = n->interval.lo_val();
|
out_lo = n->interval.lo_val();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue