Move first order model for full model check to own file (#5918)
[cvc5.git] / src / theory / bv / theory_bv_rewrite_rules_constant_evaluation.h
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-02-27 Andres NoetzliFix -Wshadow warnings in common headers (#3826)
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-02-08 Aina NiemetzUpdated copyright
2018-02-07 Aina NiemetzRenamed bv::utils::isBVGroundTerm to isBvConstTerm...
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-03-06 Clark BarrettAdding support for bool-to-bv
2016-04-20 PaulMengupdate from the master
2016-04-09 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-04 Tim KingUpdating the copyright headers and scripts.
2014-07-10 Kshitij BansalMerge remote-tracking branch 'origin/master' into segfa...
2014-07-01 Morgan DetersUpdate copyrights.
2013-12-05 Morgan DetersUpdate copyrights, add missing file-level documentation...
2013-09-30 Liana Hadareanmerged golden
2013-08-26 Kshitij BansalMerge branch '1.2.x'
2013-07-16 Morgan DetersMinor bugfixes to model-building
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
2013-03-13 lianahpost failed attempts at getting the incremental solver...
2013-02-26 lianahMerge branch '1.0.x' of https://github.com/CVC4/CVC4...
2013-02-15 Tim KingMerge branch '1.0.x'
2013-02-14 Tim KingRemoving BVDebug and replacing with Debug.
2013-02-02 lianahmerged master into branch
2012-12-15 Tim KingMerge remote-tracking branch 'main-repo/1.0.x' into...
2012-12-12 Dejan JovanovićMerge pull request #2 from CVC4/1.0.x
2012-12-12 Dejan JovanovićMerge pull request #1 from lianah/1.0.x
2012-12-12 lianah* fixed bug 481 by adding check for division by 0 in...
2012-11-13 Liana Hadareanadded support for division by zero for bit-vector divis...
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-07-07 Morgan DetersVarious fixes to documentation---typos, some incomplete...
2012-06-28 Clark BarrettFixed bug in bv rewriter that caused wrong answer in...
2012-06-13 Clark BarrettFixes lots of problems in bv rewrite rules and adds...
2012-05-28 Clark BarrettAdded some BV rewrites, fixed bugs in array theory...
2012-04-04 Liana Hadarean * added propagation as lemmas to TheoryBV:
2012-03-22 Liana HadareanMerged updated version of the bitvector theory: