dreal / dreal2

Please check dreal4 instead.
https://github.com/dreal/dreal4
GNU General Public License v3.0
13 stars 15 forks source link

Refine testing to check the SAT result precisely #31

Open soonhokong opened 10 years ago

soonhokong commented 10 years ago

Currently, regression tests only check whether a result is either SAT or UNSAT. We need to have a way to check the SAT answer more precisely. For instance, we can provide an interval for each variable and check whether the intervals in a result is contained by the provided intervals.