summaryrefslogtreecommitdiff
path: root/test/regress/regress0/fuzz_3.smt
AgeCommit message (Collapse)Author
2010-06-03Fixes 2 issues with assignments. The first is constructing an initial ↵Tim King
assignment for slack variables once solving has begun. (They cannot just be 0.) The second has to do with how assignments are backttacked. Assignments are now tracked all of the time, and are frozen once they are known to be consistent, i.e. after a successful updateInconsistentVars(). Also added a fuzz test that shows both of these problems to the regressions.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback