summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.cpp
AgeCommit message (Expand)Author
2020-07-14Use TypeNode in EmptySet (#4740)Andres Noetzli
2020-07-13Use TypeNode/Node in ArrayStoreAll (#4728)Andres Noetzli
2020-06-16Update copyright headers.Aina Niemetz
2020-03-05Enable -Wshadow and fix warnings. (#3909)Mathias Preiner
2019-10-30Unify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. (#3366)Mathias Preiner
2019-10-07New C++ API: Add Term::getId(). (#3360)Aina Niemetz
2019-09-25Add isParameterized function to Expr (#3303)Andrew Reynolds
2019-03-26Update copyright headers.Aina Niemetz
2019-03-26Fix warnings about wrong line numbers (#2899)Andres Noetzli
2019-03-23Fix memory leak when using subsolvers (#2893)Andres Noetzli
2018-12-17New C++ API: Add tests for term object. (#2755)Aina Niemetz
2018-09-10Set NodeManager to nullptr when exporting vars (#2445)Andres Noetzli
2018-08-31Fix export of bound variables (#2409)Haniel Barbosa
2018-08-16Move node algorithms to separate file (#2311)Andres Noetzli
2018-07-14exportTo only if needed for --sygus-rr-synth-check (#2168)Andres Noetzli
2018-06-25Updated copyright headers.Aina Niemetz
2018-04-08Check free variables in assertions (#1737)Andrew Reynolds
2018-03-05Add support for check-sat-assuming. (#1637)Aina Niemetz
2018-03-05Add uniform way to serialize containers of Expr to stream. (#1638)Aina Niemetz
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback