summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.cpp
AgeCommit message (Expand)Author
2018-01-17Removes yet more throw specifiers. Updating the documentation as needed. (#1518)Tim King
2018-01-09Cleaning up throw specifiers on Exception and subclasses. (#1475)Tim King
2017-09-25Fixing CIDs 1172012 and 1172011: Initiallzing d_exprManager to nullptr in con...Tim King
2017-08-14Minimize includes in expr.h: remove dups, iostream (#219)Andres Noetzli
2017-07-20Moving from the gnu extensions for hash maps to the c++11 hash mapsTim King
2017-07-07Update copyright headers.Mathias Preiner
2017-04-14Fix bug related to portfolio with nullary operators.ajreynol
2017-03-16Fixes bug 781. Copy constructor for Expr needed to set the NodeManagerScope.Tim King
2017-03-02Eliminate Boolean term conversion. Generalizes removeITE pass to remove Boole...ajreynol
2016-04-20update from the masterPaulMeng
2015-12-30Shuffling around public vs. private headersTim King
2015-12-24Miscellaneous fixesTim King
2015-12-18Modifying emptyset.h and sexpr. Adding SetLanguage.Tim King
2015-12-14Refactoring Options Handler & Library Cycle BreakingTim King
2014-10-03Support exporting array-store-all expressions to other ExprManagers (fixes po...Morgan Deters
2014-07-01Update copyrights.Morgan Deters
2014-02-21portfolio: fix export of emptysetKshitij Bansal
2013-12-07fix bug 542Kshitij Bansal
2013-12-05Update copyrights, add missing file-level documentation; fix perms.Morgan Deters
2013-11-20Changing the number of bits allocated per field in node values.Tim King
2013-11-10Minor fixups to last commitMorgan Deters
2013-11-10Flatten libcvc4 build structure; remove some #include interdependencesMorgan Deters
2013-09-12fix bug 534: portfolio define-fun duplicate modelKshitij Bansal
2013-09-05Fix declare-fun/define-fun in dumps; resolves bugs 408 and 385; also fix a se...Morgan Deters
2013-04-02Regenerated copyrights: canonicalized names, no emailsMorgan Deters
2013-04-01update copyrightsMorgan Deters
2012-11-29Hack to support global variables for CVC language extended to export mechanism.Kshitij Bansal
2012-11-27Functions and predicates over Boolean now work with --check-models and output...Morgan Deters
2012-11-09export null nodes (fixes a bug in portfolio model stuff)Kshitij Bansal
2012-10-14fix #line number warnings (sorry!)Morgan Deters
2012-10-11Standardizing copyright notice. Touches **ALL** sources, guys, sorry.. it'sMorgan Deters
2012-10-05BoolExpr removed and replaced with ExprDejan Jovanović
2012-09-28Some fixes to portfolioKshitij Bansal
2012-09-28rename Assert.h/Assert.cpp to cvc4_assert.h/cvc4_assert.cpp -- we need to mak...Morgan Deters
2012-09-24some api changesDejan Jovanović
2012-09-19General subscriber infrastructure for NodeManager, as discussed in theMorgan Deters
2012-09-08Some minor changes after reviewing the portfolio "unified driver" commit.Morgan Deters
2012-09-08Single driver for both sequential and portfolioKshitij Bansal
2012-08-29* Numerous documentation fixes (fix doxygen warnings, add missing documentati...Morgan Deters
2012-08-28Improved compatibility layer, now supports quantifiers. Also incorporatesMorgan Deters
2012-08-24fix get-value output in a couple ways; this fixes bug #378Morgan Deters
2012-08-03fix uses of getMetaKind() from outside the expr package. (they now use isCon...Morgan Deters
2012-06-09Dagification of output expressions.Morgan Deters
2012-03-01Partial merge from kind-backend branch, including Minisat and CNF work toMorgan Deters
2012-02-20portfolio mergeMorgan Deters
2011-12-14minor fixes to printing and parsing of CVC-language defined functions and lam...Morgan Deters
2011-11-22More language bindings work:Morgan Deters
2011-09-02Merge from my post-smtcomp branch. Includes:Morgan Deters
2011-06-03datatypes workMorgan Deters
2011-05-02Minor fixes to various parts of CVC4, including the removal of the uintptr_t ...Morgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback