summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.cpp
AgeCommit message (Expand)Author
2013-05-02merged masterlianah
2013-05-01removed tracing code causing slowdown; cleaned up some codelianah
2013-05-01added back BitwiseEq rulelianah
2013-04-30fixed merge conflictslianah
2013-04-30merged cvc4 masterlianah
2013-04-30added several rewrite rules (BitwiseSlicing, Ule/SleEliminate, ExtractSignExt...lianah
2013-04-30added bvule, bvsle operator elimination rulesl; added bvurem lemma generationlianah
2013-04-30added some bv rewrite ruleslianah
2013-04-30finished implementing bv to bool lifting and added --bv-to-bool optionlianah
2013-04-30added several rewrite rules (BitwiseSlicing, Ule/SleEliminate, ExtractSignExt...lianah
2013-04-26Merge experimental decisionweight branchKshitij Bansal
2013-04-25added bvule, bvsle operator elimination rulesl; added bvurem lemma generationlianah
2013-04-21added some bv rewrite ruleslianah
2013-04-12finished implementing bv to bool lifting and added --bv-to-bool optionlianah
2013-04-03* changing the bitblast-eager to bitblast on pre-registerDejan Jovanović
2013-04-02Regenerated copyrights: canonicalized names, no emailsMorgan Deters
2013-04-01update copyrightsMorgan Deters
2013-03-27reverted the core solver to do static slicing, added option --bv-core-solverlianah
2013-03-27fixed model generation bug; commented out attempt at inequality propagationlianah
2013-03-26added model generation for bv subtheories and bv-inequality solver optionlianah
2013-03-26getModelValue implementation in bitvectorsDejan Jovanović
2013-03-26fixed inequality bugs due to improper explanationlianah
2013-03-25cleaned up the bv subtheory interface; added check for inequality theory comp...lianah
2013-03-25getEqualityStatus now also queries the inequality solverlianah
2013-03-23non-incremental inequality solver seems to be bug-free (i.e. passes fuzzing)lianah
2013-03-21disabled ineqlianah
2013-03-21added regression test for constant evallianah
2013-03-20generalized bv inequality reasoning to handle both strict and non-strict ineq...lianah
2013-03-19fixed reversed concat in core theoryLiana Hadarean
2013-03-19inequality reasoning works on small examples added to regressions (not increm...Liana Hadarean
2013-03-16started work on the inequality bv subtheorylianah
2013-03-13post failed attempts at getting the incremental solver to worklianah
2013-03-06more slicer changes for incrementallianah
2013-02-26Merge branch '1.0.x' of https://github.com/CVC4/CVC4 into 1.0.xlianah
2013-02-26fix for bv crash in incremental mode; this is a temporary fix for bug 493lianah
2013-02-14Removing BVDebug and replacing with Debug.Tim King
2013-02-04Fixing regression failure. The only unfixed ones seem model related which wou...lianah
2013-01-31done fixing slicer bugs.lianah
2013-01-28compiling implementation of new slicer finished; need to add debugging inform...lianah
2013-01-14fixed more minor bugslianah
2013-01-10fixed most bugs and added paranoid assertionslianah
2013-01-10minor bug fixesLiana Hadarean
2012-12-11fixed some slicer bugs; set up bv theory to run bit-blaster to check for corr...Liana Hadarean
2012-12-10ported my bv-core branch from svn to gitLiana Hadarean
2012-11-26Adding support for a master equality engine. Each theory gets the master equa...Dejan Jovanović
2012-11-15More fixes to model generation, with previously failing testcasesClark Barrett
2012-10-11Standardizing copyright notice. Touches **ALL** sources, guys, sorry.. it'sMorgan Deters
2012-10-04Implemented array type enumerator, more fixes for modelsClark Barrett
2012-10-03implemented collectModelInfo for TheoryBVLiana Hadarean
2012-08-31merge from fmf-devel branch. more updates to models: now with collectModelIn...Andrew Reynolds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback