Properly set up equality engine for BV bitblast solver. (#5905)
[cvc5.git] / src / theory / bv / bv_subtheory_core.cpp
2021-02-13 Mathias PreinerProperly set up equality engine for BV bitblast solver...
2021-02-11 Gereon KremerMake most methods of TheoryInferenceManager expect...
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-04 Andrew Reynolds(new theory) Update TheoryBV to new standard for collec...
2020-09-04 Mathias PreinerSplit lazy bit-vector solver from TheoryBV (#5009)
2020-09-03 Andrew ReynoldsMake ExtTheory independent of Theory (#5010)
2020-08-31 Andrew ReynoldsSimplify interface for computing relevant terms. (...
2020-08-21 Andrew ReynoldsRemove BV equality slicer (#4928)
2020-08-20 Andrew ReynoldsSimplify trigger notifications in equality engine ...
2020-08-17 Andrew ReynoldsDynamic allocation of equality engine in Theory (#4890)
2020-08-15 Andrew ReynoldsMinor cleanup related to notifications (#4898)
2020-07-16 Andrew ReynoldsMake ExtTheory a utility and not a member of Theory...
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-02-20 Mathias Preinerresource manager: Add statistic for every resource...
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-08-27 Mathias PreinerUse std:unique_ptr instead of raw pointers in theory...
2018-07-06 Andrew ReynoldsSplit ext theory to own file and document (#1809)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-06-07 Aina NiemetzRemove invalid assertion (#1993). (#2057)
2018-03-07 Mathias PreinerMake statistics output consistent. (#1647)
2018-02-17 Aina Niemetzbv::utils::mk(And|Or) Do not return true if size of...
2018-02-10 Aina NiemetzRemove mkNode from bv::utils (#1587)
2017-12-08 Andrew ReynoldsMake collect model info return a Bool (#1421)
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-05-31 ajreynolFix model construction for BV with cbqi. Minor change...
2016-10-13 ajreynolMerging bv parts of ajr/bvExt branch, minor additions...
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.
2016-01-09 Tim KingRemoving StatisticsRegistry's static functions current...
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2015-09-02 Kshitij BansalMerge remote-tracking branch 'origin/master'
2015-08-24 Liana HadareanAdded threshold for core bv cardinality lemmas
2015-08-24 Liana HadareanFix for bv core cardinality lemma generation
2015-05-28 Liana Hadareanadded options for controlling resource step-count for...
2015-04-17 Kshitij BansalMerge pull request #72 from kbansal/decision-requirephase
2015-04-02 Kshitij BansalMerge pull request #71 from kbansal/const-are-triggers
2015-03-25 Kshitij Bansalchange const are triggers from false to true in equalit...
2015-03-14 Tianyi LiangBug fix for BV
2015-01-07 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-12-27 Dejan JovanovicAdding an option to the equality engine constructor...
2014-11-27 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-11-17 Liana HadareanResource-limiting work.
2014-07-10 Kshitij BansalMerge remote-tracking branch 'origin/master' into segfa...
2014-07-01 Morgan DetersUpdate copyrights.
2014-06-16 lianahcore solver fix
2014-06-10 lianahMerging CAV14 paper bit-vector work.
2013-12-05 Morgan DetersUpdate copyrights, add missing file-level documentation...
2013-12-03 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2013-11-27 Morgan DetersGeneral pre-release cleanup commit
2013-09-30 Liana Hadareanmerged golden
2013-08-26 Kshitij BansalMerge branch '1.2.x'
2013-07-22 Andrew ReynoldsBug fix for --fmf-fmc for non-uninterpreted sort quanti...
2013-06-25 Morgan DetersMerge branch '1.2.x'
2013-06-19 Morgan DetersMerge branch '1.2.x'
2013-06-04 Morgan DetersMerge branch '1.2.x'
2013-05-29 Morgan DetersMerge branch '1.2.x'
2013-05-21 Morgan DetersMerge branch '1.2.x'
2013-05-21 Morgan DetersMerge branch '1.2.x'
2013-05-20 Morgan DetersMerge branch '1.2.x'
2013-05-14 lianahadded some extra options to the bit-vector theory
2013-04-18 lianahMerge branch 'master' of https://github.com/CVC4/CVC4
2013-04-11 lianahfixed getModelValue to only query the value of leaves...
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
2013-04-01 lianahfixed bug 502; now the core bv solver only gives the...
2013-03-29 Dejan JovanovićMerge branch 'master' of github.com:CVC4/CVC4
2013-03-27 lianahreverted the core solver to do static slicing, added...
2013-03-27 lianahMerge branch 'master' into bv-core
2013-03-27 lianahfixed some model stuff
2013-03-27 lianahfixed model generation bug; commented out attempt...
2013-03-27 lianahinequality solver now only splits on disequalities...
2013-03-27 lianahadded model generation for bv subtheories and bv-inequa...
2013-03-26 lianahfixed inequality bugs due to improper explanation
2013-03-26 lianahcleaned up the bv subtheory interface; added check...
2013-03-23 lianahfixed some explanation problems for the core theory...
2013-03-22 lianahMerge branch 'master' into bv-core
2013-03-21 lianahMerge branch 'master' into bv-core
2013-03-21 lianahfixed more equality stuff
2013-03-21 lianahincorporated dejan's constant evaluation; now getting...
2013-03-21 lianahMerge branch 'master' into bv-core
2013-03-21 lianahadded regression test for constant eval
2013-03-21 lianahMerge branch 'master' into bv-core
2013-03-20 Liana Hadareanfixed reversed concat in core theory
2013-03-20 Liana Hadareanmerged dejan's stuff
2013-03-20 Liana Hadareanmerged master with dejan's constant evaluating equality...
2013-03-16 lianahstarted work on the inequality bv subtheory
2013-03-13 lianahpost failed attempts at getting the incremental solver...
2013-03-06 lianahmore slicer changes for incremental
2013-02-14 lianahstarted working on incremental slicer - not compiling
2013-02-11 lianahundid the caching that actually hurt performance
2013-02-05 Liana HadareanAdded path compression and caching for getBaseDecomposi...
2013-02-05 lianahFixing regression failure. The only unfixed ones seem...
2013-02-02 lianahmerged master into branch
2013-01-11 lianahfixed most bugs and added paranoid assertions
2012-12-11 Liana Hadareanfixed some slicer bugs; set up bv theory to run bit...
2012-12-11 Liana Hadareanported my bv-core branch from svn to git