summaryrefslogtreecommitdiff
path: root/src/theory/ite_simplifier.cpp
AgeCommit message (Collapse)Author
2012-06-18small bug fix and performance fix in ite simplifierClark Barrett
2012-06-12Fixed bug causing QF_LIA/solver_cvc4/incorrect1.smt and ↵Clark Barrett
QF_LIA/solver_cvc4/incorrect3.smt
2012-06-07Fixed performance issue with ite_simplifier on some QF_AUFBV benchmarksClark Barrett
2012-05-28Added some BV rewrites, fixed bugs in array theory, made ite simp work with BVClark Barrett
2012-05-11Added some ITE rewrites,Clark Barrett
Added ITE simplifier - on by default only for QF_LIA benchmarks Fixed one bug in arrays Added negate() to node.h - it returns kind == NOT ? kind[0] : kind.notNode()
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback