Minor cleaning of quantifiers engine (#5858)
[cvc5.git] / src / theory / output_channel.h
2021-02-01 Andrew ReynoldsEliminate PREPROCESS lemma property (#5827)
2021-01-28 Andrew ReynoldsSimplify lemma interface (#5819)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-01 Haniel BarbosaRemoves old proof code (#4964)
2020-08-21 Andrew ReynoldsConnect the relevance manager to TheoryEngine and use...
2020-07-28 Andrew ReynoldsUse lemma property enum for OutputChannel::lemma (...
2020-06-25 Andrew Reynolds(proof-new) Add TrustNode interfaces to OutputChannel...
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-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-08-17 Andrew ReynoldsRemove support for flipDecision (#2319)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-01-09 Tim KingRemoving more miscellaneous throw specifiers. (#1488)
2017-11-15 Tim KingAdding garbage collection for Proof objects. (#1294)
2017-10-26 Tim KingRemoving throw specifiers from OutputChannel and subcla...
2017-07-07 Mathias PreinerUpdate copyright headers.
2016-11-18 Tim KingRemoving some throw specifiers from OutputChannel....
2016-04-20 PaulMengupdate from the master
2016-04-09 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-09 Kshitij Bansalcardinality operation for finite sets (based on my...
2016-04-04 Tim KingUpdating the copyright headers and scripts.
2016-01-27 Liana HadareanMerged bit-vector and uf proof branch.
2016-01-09 Tim KingAdding a new Listener utility class. Changing the Resou...
2016-01-06 Tim KingAdd SmtGlobals Class
2015-12-27 Clark BarrettMerged my changes from experimental branch (new array...
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2015-05-29 lianahchanged resource step options to unsigned
2015-05-28 Liana Hadareanadded options for controlling resource step-count for...
2015-05-27 lianahMerge pull request #75 from Dunedune/master
2015-05-22 Jordy RuizAdded throw LogicException to method lemma.
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-04-01 Tim KingMerge branch '1.3.x'
2014-03-26 Morgan DetersMerge branch '1.3.x'
2014-03-11 Morgan DetersMerge branch '1.3.x'
2014-03-11 Morgan DetersMerge branch '1.3.x'
2014-03-07 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-03-04 Morgan DetersDon't theory-preprocess under quantifiers; but DO theor...
2013-09-30 Liana Hadareanmerged golden
2013-09-13 Morgan DetersDocumentation fixes, some code typo fixes, file perms...
2013-05-03 Tim KingMerging branch 'soiquickexplain'.
2013-05-03 Tim KingMerge branch 'fcexplanations'
2013-05-02 Dejan Jovanović* splitLemma to request atoms
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
2013-04-01 Tim KingAdding demand restart.
2013-04-01 Morgan DetersMerging some cleanup work:
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-09-28 Morgan Detersrename Assert.h/Assert.cpp to cvc4_assert.h/cvc4_assert...
2012-08-31 Andrew Reynoldsmerge from fmf-devel branch. more updates to models...
2012-08-16 Morgan DetersReplace propagateAsDecision() with Theory::getNextDecis...
2012-06-11 Morgan DetersMerge from quantifiers2-trunkmerge branch.
2012-06-06 Dejan JovanovićChanges to the combination mechanism, lots of details...
2012-02-22 Morgan DetersAdded OutputChannel::propagateAsDecision() functionalit...
2011-12-06 Morgan DetersLemmaStatus changes, as agreed to during 12/2 meeting.
2011-10-23 Morgan DetersImplement changes from yesterday morning's meeting...
2011-10-13 Morgan DetersInterruption, time-out, and deterministic time-out...
2011-09-15 Dejan Jovanovićadditional stuff for sharing,
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-09-02 Morgan DetersPartial merge of integers work; this is simple B&B...
2011-08-27 Dejan JovanovićRemoving Theory::registerTerm() as discussed in the...
2011-04-14 Morgan DetersThree things:
2011-04-04 Morgan DetersAdd documentation to Node and TNode (closes bug #201).
2010-11-19 Morgan DetersMerge from ufprop branch, including:
2010-11-09 Dejan JovanovićLemmas on demand work, push-pop, some cleanup.
2010-10-24 Morgan Detersadd a CVC4_UNDEFINED keyword, for intentionally undefin...
2010-10-12 Morgan Detershooked up "we are incomplete" flag after conversation...
2010-10-05 Morgan Detersparser and core support for SMT-LIBv2 commands get...
2010-10-03 Morgan Detersfile header documentation regenerated with contributors...
2010-07-06 Clark BarrettMoved registration to theory engine
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-05-27 Tim KingPreregistration has been turned on. Highly experimental...
2010-02-26 Morgan Deters* test/unit/context/context_black.h: Test CDList<>...
2010-02-25 Morgan Deters* src/expr/node_builder.h: fixed some overly-aggressive...
2010-02-25 Morgan Deters* src/expr/node.h: add a copy constructor. Apparently...
2010-02-22 Morgan DetersRe-committing revision 232 properly:
2010-02-22 Morgan Detersundoing improperly-committed revision 232; will re...
2010-02-22 Cesare Tinelli* Add virtual destructors to CnfStream, Theory, OutputC...
2010-02-04 Morgan Detersremove -*- c++ -*- emacs tag from source files (it...
2010-02-04 Morgan Detersminor fix for update-copyright.pl; ran update-copyright...
2010-02-04 Morgan DetersAdded theory output channel interfaces and "Interrupted...