Closed nikosarechiga closed 8 years ago
Further discussion revealed that it's due to the way we print out intervals with infinity. See the code in the filib++ that we're depending on.
We agree to change the code so that we have [+INFTY, +INFTY]
for +oo
and [-INFTY, -INFTY]
for -oo
.
Now it outputs:
Solution:
x : [ ENTIRE ] = [+INFTY, +INFTY]
delta-sat with delta = 0.00100000000000000
You need to do make update_pkgs
. I also picked up new commits for the new version of IBEX. I'll run regression tests and release a new version.
main concern is with the model file--what will the model file show?
@narechiga, it's the same [+INFTY, +INFTY]
:
delta-sat with the following box:
x : [+INFTY, +INFTY]
Correct output is [0, +INFTY], but dReal returns [ +INFTY]. Added the smt2 and smt2.model files in a zip, because apparently github doesn't like smt2/smt2.model files.
badquery.zip