summaryrefslogtreecommitdiff
path: root/test/regress/regress1
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2010-03-11 01:30:37 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2010-03-11 01:30:37 +0000
commita7f004fad9947f3a953dbd6d14838f1e04f105eb (patch)
tree05da12b483a2e78f0bb3bb103cc49b6a5cabd648 /test/regress/regress1
parent3908dc0247d9cffa67f87294374bbd10a797b1e5 (diff)
Fix for the main bug that was bugging me -- Bug 49. The assertions queue in the theories didn't get cleared on SatSolver backtracking so there were unasserted literals being returned as part of some conflicts. Sat solver now explicitely calls in the theory engine after it backtracks in order to clear the queues (clearAssertionQueues).
Also, changed the let.smt as it used to exibit "single literal conflict" problem. The sat solve can not except conflicts similar to (x != x), these should be rewritten to false during pre-processing. Adding 3 more small problems from the library that we can solve now to the regressions.
Diffstat (limited to 'test/regress/regress1')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback