summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.cpp
AgeCommit message (Expand)Author
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
2012-08-03fix uses of getMetaKind() from outside the expr package. (they now use isCon...Morgan Deters
2012-07-31Options merge. This commit:Morgan Deters
2012-07-12merged fmf-devel branch, includes support for SMT2 command get-value and (ext...Andrew Reynolds
2012-06-14fix for clark's bugDejan Jovanović
2012-06-12Changed bitvector theory rewriter so that equalities always get rewritten toClark Barrett
2012-06-11fixing bitvector bugsDejan Jovanović
2012-06-11Merge from quantifiers2-trunkmerge branch.Morgan Deters
2012-06-06Changes to the combination mechanism, lots of details. Not done yet, there ar...Dejan Jovanović
2012-05-31Fixed bug in bv: one more case where non-shared equality was getting propagatedClark Barrett
2012-05-16equality status for bitvectors can now look into the sat solver to check for ...Dejan Jovanović
2012-05-16refactored TheoryBV bitblaster and equality engine into subtheories (similar ...Liana Hadarean
2012-05-15fixed QF_BV performance problem due to using CDList instead of CDQueueLiana Hadarean
2012-05-15renamed bv_sat.h, bv_sat.cpp to bitblaster.h, bitblaster.cpp respectivelyLiana Hadarean
2012-05-15fixing warnings, grrDejan Jovanović
2012-05-15several bug fixes: in TheoryBV::NotifyClass missing NOT in predicate notify a...Liana Hadarean
2012-05-13fixing build warningsDejan Jovanović
2012-05-09* simplifying equality engine interfaceDejan Jovanović
2012-05-08Merging in bvprop branch, with proper bit-vector propagation. Liana Hadarean
2012-05-03Some cleanup starting off from trying to understand the sharing code. Changes...Dejan Jovanović
2012-04-11merge from arrays-clark branchMorgan Deters
2012-04-06processing assertions in bit-vectors even when in fullcheck (needed for sharing)Dejan Jovanović
2012-04-04 * added propagation as lemmas to TheoryBV:Liana Hadarean
2012-03-22Merged updated version of the bitvector theory:Liana Hadarean
2012-02-25Refactored CnfStream to work with the bv theory Bitblaster:Liana Hadarean
2011-09-15additional stuff for sharing, Dejan Jovanović
2011-09-02Merge from my post-smtcomp branch. Includes:Morgan Deters
2011-08-27Removing Theory::registerTerm() as discussed in the meeting. Now pre-register...Dejan Jovanović
2011-05-02updates for bitvectorsDejan Jovanović
2011-04-20Tuesday end-of-day commit.Morgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback