summaryrefslogtreecommitdiff
path: root/test/regress/regress0/let.smt
AgeCommit message (Collapse)Author
2010-03-11Fix for the main bug that was bugging me -- Bug 49. The assertions queue in ↵Dejan Jovanović
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.
2010-03-10Adding preliminary let/flet support to SMT parser (Bug #51)Christopher L. Conway
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback