Improve arithmetic proofs (#6106)
[cvc5.git] / src / expr / node.cpp
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-03 Gereon KremerMore cleanup of includes to reduce compilation times...
2021-03-02 Gereon KremerClean up includes to reduce compile times (#6031)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-06-16 Aina NiemetzUpdate copyright headers.
2019-12-15 Andrew ReynoldsSimple optimizations for the core rewriter (#3569)
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-08-16 Andres NoetzliMove node algorithms to separate file (#2311)
2018-07-27 Andrew ReynoldsFix Node::hasFreeVar for function variables (#2216)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-04-08 Andrew ReynoldsCheck free variables in assertions (#1737)
2018-04-02 yoni206Do not call toString() on malformed node when throwing...
2018-01-10 Tim KingCleaning up throw specifiers on Exception and subclasse...
2017-10-20 Andrew ReynoldsMake Sygus conjectures higher-order (#1244)
2017-10-10 Andrew ReynoldsSplit term database (#1206)
2017-07-10 ajreynolSeparate sygus term utilities to new file, minor cleanu...
2017-07-10 ajreynolMerge datatype shared selectors/sygus comp 2017 branch...
2017-07-07 Mathias PreinerUpdate copyright headers.
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-05 Tim KingAdding a new class LastExceptionBuffer for the purpose...
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
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-21 Kshitij BansalMerge pull request #22 from kbansal/sets-model
2014-03-11 Morgan DetersMerge branch '1.3.x'
2014-03-11 Morgan DetersMerge branch '1.3.x'
2014-03-10 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-03-08 Tim KingMerge remote-tracking branch 'CVC4root/master'
2014-03-08 Morgan DetersRemove --ite-remove-quant; support pulling ground ITEs...
2013-12-05 Morgan DetersUpdate copyrights, add missing file-level documentation...
2013-11-26 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2013-11-25 Tim KingMerge remote-tracking branch 'CVC4root/master'
2013-11-25 Tim KingSubstantial Changes:
2013-11-11 Morgan DetersFlatten libcvc4 build structure; remove some #include...
2013-11-07 Morgan DetersFlatten libcvc4 build structure; remove some #include...
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
2012-12-01 Morgan Detersfix memory corruption issue in debug builds that led...
2012-11-27 Morgan DetersTuples and records merge. Resolves bug 270.
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-10-10 Morgan DetersAbstract values for SMT-LIB.
2012-03-01 Morgan DetersPartial merge from kind-backend branch, including Minis...
2011-11-22 Morgan DetersMore language bindings work:
2011-04-20 Morgan DetersMinor mixed-bag commit. Expected performance impact...
2011-03-25 Morgan DetersThis is a merge from the "theoryfixes+cdattrhash" branc...
2010-10-31 Morgan Detersenable dependence graphs in doxygen; fix lots of doxyge...
2010-10-06 Morgan Detersdeclare-sort, define-sort working but not thoroughly...
2010-06-30 Morgan Deters* theory "tree" rewriting implemented and works
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-05-04 Dejan JovanovićType-checking classes and hooks (not tested yet).
2010-03-30 Morgan DetersHighlights of this commit are:
2010-02-26 Tim KingTheoryUFWhite tests are added. There are also accompany...
2010-02-25 Morgan Deters* src/expr/node_builder.h: fixed some overly-aggressive...
2010-02-22 Dejan Jovanovićfinally works
2010-02-22 Dejan JovanovićMerging from branch branches/Liana r241
2010-02-22 Christopher L. ConwaySwitching to types-as-attributes in parser
2010-02-22 Morgan Deters* configure.ac: Remove doc/ from search path for Makefi...
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-22 Morgan Detersfix bug 22 (remove tracing from non-trace builds; remov...
2010-02-12 Dejan JovanovićChanges to hashing that solve the xinetd boolean benchm...
2010-02-04 Dejan Jovanovićbeautification of the prop engine
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 Tim KingFixes to the cnf converter. Also a barebones utility...
2010-02-03 Dejan Jovanovićsimple ITE parsing
2010-02-03 Tim KingWithin node I added printAst(..) for general purpose...
2009-12-18 Morgan Detersnumerous fixes to nodes; more coming
2009-12-17 Morgan Detersupdate-copyright.pl now retrieves and incorporates...
2009-12-17 Morgan Deters+ test infrastructure fixes
2009-12-16 Morgan Deters+ refactoring fixes for expr package based on code...
2009-12-16 Tim KingSmall refactoring changes for the expr package.
2009-12-16 Morgan DetersFixes to the build system:
2009-12-11 Dejan JovanovićExtracted the public Expr and ExprManager interface...
2009-12-10 Dejan Jovanovićkilling expr into node...