summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.cpp
AgeCommit message (Expand)Author
2020-06-16Update copyright headers.Aina Niemetz
2020-05-19Do not eliminate variables that are equal to unevaluatable terms (#4267)Andrew Reynolds
2020-04-08Perform theory widening eagerly (#4044)Andres Noetzli
2020-04-03Update theory rewriter ownership, add stats to strings (#4202)Andres Noetzli
2020-04-01Initialize theory rewriters in theories (#4197)Andres Noetzli
2020-02-26Initial work towards -Wshadow (#3817)Andrew Reynolds
2020-02-26Fix regression (#3827)Andrew Reynolds
2020-02-26Fix node arity issue in reduction of int2bv (#3777)Andrew Reynolds
2020-02-19resource manager: Add statistic for every resource. (#3772)Mathias Preiner
2020-01-28Avoid PLUS with one child for bv2nat elimination (#3639)Andrew Reynolds
2019-12-17Generate code for options with modes. (#3561)Mathias Preiner
2019-10-30Unify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. (#3366)Mathias Preiner
2019-03-26Update copyright headers.Aina Niemetz
2019-01-14ClausalBitvectorProof (#2786)Alex Ozdemir
2018-12-10BoolToBV modes (off, ite, all) (#2530)makaimann
2018-12-03Bit vector proof superclass (#2599)Alex Ozdemir
2018-08-27Use std:unique_ptr instead of raw pointers in theory/bv. (#2385)Mathias Preiner
2018-08-21Add constexpr annotations to help coverity understand constant ... (#2314)Tim King
2018-08-16Move node algorithms to separate file (#2311)Andres Noetzli
2018-08-01Fix issues with bv2nat (#2219)Andrew Reynolds
2018-07-31Remove hasAssertions() method from eager BV solver. (#2239)Mathias Preiner
2018-07-30Add support for incremental eager bit-blasting. (#1838)Mathias Preiner
2018-07-06Split ext theory to own file and document (#1809)Andrew Reynolds
2018-06-25Updated copyright headers.Aina Niemetz
2018-05-30Normalize negated bit-vector terms over equalities. (#2017)Mathias Preiner
2018-05-23Add notions of evaluated kinds in TheoryModel (#1947)Andrew Reynolds
2018-05-10Refactored BVAckermann preprocessing pass. (#1889)Aina Niemetz
2018-04-20Enforcing --no-bv-eq, --no-bv-algebraic and --no-bv-ineq when proofs are enab...yoni206
2018-03-06Make statistics output consistent. (#1647)Mathias Preiner
2018-02-09Remove mkNode from bv::utils (#1587)Aina Niemetz
2018-01-15Removing more miscellaneous throw specifiers. (#1509)Tim King
2018-01-08Add bv util mkConst(unsigned, Integer&). (#1499)Aina Niemetz
2017-12-08Make collect model info return a Bool (#1421)Andrew Reynolds
2017-10-20Add rewriting rules for Eq/Ult with sign_extend and constants. (#1258)Mathias Preiner
2017-08-23Fix typosAndres Noetzli
2017-08-09Fix Assertion (compiler warning) in theory/bv/theory_bv.cppAina Niemetz
2017-07-07Update copyright headers.Mathias Preiner
2017-04-04Simplify Theory::collectModelInfo interface to not take deprecated fullModel ...ajreynol
2017-03-27Minor cleanups to ExtTheory.Tim King
2017-03-27Making the ExtTheory object a private member of Theory.Tim King
2016-12-02Fix for bug 734Clark Barrett
2016-11-14Minor improvement to caching for extf bv inferences.ajreynol
2016-11-11Enable eager bitblasting for QF_ABV when no stores are present.Clark Barrett
2016-11-11Add simple inferences for extended bitvector functions, add a few related opt...ajreynol
2016-10-13Merging bv parts of ajr/bvExt branch, minor additions to ExtTheory.ajreynol
2016-09-25Deleting the eager bitblasting solver if present in TheoryBV.Tim King
2016-08-16Initial infrastructure for ExtTheory, generalize extended term handling in Th...ajreynol
2016-06-01Merge from proof branchGuy
2016-06-01Revert "Merging proof branch"Guy
2016-06-01Merging proof branchGuy
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback