summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2011-07-06 23:42:04 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2011-07-06 23:42:04 +0000
commit684215b52755182678889f0df5c69e821da3e0c6 (patch)
tree24cccc678402f43b4956ee33f7d654236ac4bc4d /configure.ac
parent35a64b0ef46c8298b28358555c3b1175dc5fce5b (diff)
Fixing two bugs:
1) arithmetic should check for subterms when solving equations, for instance x = if b then x + 1 else x -1 is not a valid substitution 2) a memory problem in minisat - explanations are constructed during conflict analysis, so the clause database might resize and relocate, which invalidates any references to clauses
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback