summaryrefslogtreecommitdiff
path: root/src/theory/bv
AgeCommit message (Expand)Author
2013-01-25Fix errors and reduce warnings on clang (merge from mdeters/clang)Morgan Deters
2012-12-12Merge pull request #2 from CVC4/1.0.xDejan Jovanović
2012-12-12* fixed bug 481 by adding check for division by 0 in bit-vector division circuitlianah
2012-12-05This commit merges in CDTrailHashMap and CDInsertHashMap. CDHashSet now uses ...Tim King
2012-11-26fixup for incremental solvingDejan Jovanović
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-11-15Fixed another AUFBV model bug. BV equality subtheory needed to do somethingClark Barrett
2012-11-13fixed failed bv regressions by refactoring out some rewrite rules from smt_en...Liana Hadarean
2012-11-13added support for division by zero for bit-vector division operatorsLiana Hadarean
2012-10-23fixed TheoryBV collectModel info to check for shared terms; this seems to fix...Liana Hadarean
2012-10-19BV theory model fixLiana Hadarean
2012-10-11Standardizing copyright notice. Touches **ALL** sources, guys, sorry.. it'sMorgan Deters
2012-10-10fixing the cvc bv parser and typecheckerDejan Jovanović
2012-10-09fixed bv rewriter to evaluate bvurem over constantsLiana Hadarean
2012-10-04Implemented array type enumerator, more fixes for modelsClark Barrett
2012-10-03implemented collectModelInfo for TheoryBVLiana Hadarean
2012-10-03added support for interrupting TheoryBVLiana Hadarean
2012-10-03adding ::getBooleanVariables to the PropEngineDejan Jovanović
2012-09-24Fix the memout issue seen in recent nightly regressions (was due to aMorgan Deters
2012-09-22Separate public-facing and internal-facing interfaces to Statistics.Morgan Deters
2012-09-19General subscriber infrastructure for NodeManager, as discussed in theMorgan Deters
2012-08-31merge from fmf-devel branch. more updates to models: now with collectModelIn...Andrew Reynolds
2012-08-29* Numerous documentation fixes (fix doxygen warnings, add missing documentati...Morgan Deters
2012-08-28Improved compatibility layer, now supports quantifiers. Also incorporatesMorgan Deters
2012-08-24* disallow internal uses of mkVar() (you have to mkSkolem())Morgan Deters
2012-08-07Some items from the CVC4 public interface review:Morgan Deters
2012-08-03fix uses of getMetaKind() from outside the expr package. (they now use isCon...Morgan Deters
2012-08-01add isFinished() to type enumerators (so we don't rely on exception-throwing ...Morgan Deters
2012-08-01some fixes for Mac OSMorgan Deters
2012-07-31Options merge. This commit:Morgan Deters
2012-07-14Type enumerator infrastructure and uninterpreted constant support. No suppor...Morgan Deters
2012-07-12merged fmf-devel branch, includes support for SMT2 command get-value and (ext...Andrew Reynolds
2012-07-08Bugs resolved by this commit: #314, #322, #359, #364, #365.Morgan Deters
2012-07-07Various fixes to documentation---typos, some incomplete documentation fixed, ...Morgan Deters
2012-06-28Fixed bug in bv rewriter that caused wrong answer in SMT-COMPsmtcomp2012-resubmission-2Clark Barrett
2012-06-15Reverting rewrite rule to working versionClark Barrett
2012-06-15Fixes some assertion failuresClark Barrett
2012-06-14fixing the problems with the bvminisat. there was a case when things would ge...Dejan Jovanović
2012-06-14fix for clark's bugDejan Jovanović
2012-06-14* removing rewriteEquality from the rewriterDejan Jovanović
2012-06-13Fixed definition of bvsmodClark Barrett
2012-06-13Fixes more problems in bv rewritesClark Barrett
2012-06-13Fixes lots of problems in bv rewrite rules and adds lots of assertionsClark Barrett
2012-06-12Changed bitvector theory rewriter so that equalities always get rewritten toClark Barrett
2012-06-11fixing bitvector bugsDejan Jovanović
2012-06-11OK, now the rewrite issues are fixedClark Barrett
2012-06-11Merge from quantifiers2-trunkmerge branch.Morgan Deters
2012-06-11Fix for array bug with decision heuristicClark Barrett
2012-06-10Fixed one more bug in rewriterClark Barrett
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback