summaryrefslogtreecommitdiff
path: root/src/expr
AgeCommit message (Expand)Author
2017-07-10Separate sygus term utilities to new file, minor cleanup from last commit.ajreynol
2017-07-10Merge datatype shared selectors/sygus comp 2017 branch. Modify the datatypes ...ajreynol
2017-07-07Update copyright headers.Mathias Preiner
2017-05-17Merge pull request #155 from makaimann/conditional_coverageClark Barrett
2017-05-15Fix bug 806. Minor fixes to remove term formula pass.ajreynol
2017-05-12Adding VPATH back inmakaimann
2017-05-12Conditional coverage buildmakaimann
2017-05-12Make signal handlers saferAndres Notzli
2017-04-21Handle subtypes in sets. Bug fixes for tuples with subtypes.ajreynol
2017-04-18Coverage fixmakaimann
2017-04-14Actively split for upwards closusure intersection. Minor clean up, add regres...ajreynol
2017-04-14Fix bug related to portfolio with nullary operators.ajreynol
2017-04-14Fix nullary operator printers, minor.ajreynol
2017-04-12Add nullary operator metakind.ajreynol
2017-04-04Do not solve for 0-ary non-constant symbols (for which isVar returns true), a...ajreynol
2017-03-22Work on new approach for sygus involving conditional solutions. Refactoring o...ajreynol
2017-03-18Fix for bug 707.Clark Barrett
2017-03-16Fixes bug 781. Copy constructor for Expr needed to set the NodeManagerScope.Tim King
2017-03-16Parsing support for SMT LIB 2.6. Minor fixes for printing datatypes. Fix for ...ajreynol
2017-03-06Support for set compliment and universe set. Simplify approach for sep.nil no...ajreynol
2017-03-02Eliminate Boolean term conversion. Generalizes removeITE pass to remove Boole...ajreynol
2016-12-29Eliminating a signed vs. unsigned comparison.Tim King
2016-12-03Fix unit test for datatypes, add interface functions to datatypes.ajreynol
2016-12-02Bug fixes and refactoring of parametric datatypes, add some regressions.ajreynol
2016-11-11Speeding up the common branches for inc().Tim King
2016-11-10Adding garbage collection of nodes with maxed out reference counts.Tim King
2016-11-10Added PtrCloser guards for constructNodePtr. This ensures garbage collection ...Tim King
2016-11-09Renaming the class PtrCloser to not cause confusion with unique_ptr.Tim King
2016-11-07Changing ArrayStoreAll's constructor to delay allocation until it is done che...Tim King
2016-11-06This switches the ZombieSet in the NodeManager to use NodeValue's id for equa...Tim King
2016-11-01Make tuple and record names unique. Do not print internal datatype declaratio...ajreynol
2016-11-01Fix memory leak in TheorySetsRels. Minor cleanup.ajreynol
2016-11-01Revert change to Datatypes API to return vector of DatatypeTypes, as before. ...ajreynol
2016-11-01Revert change to datatypes API for passing pointers, instead make deep copy d...ajreynol
2016-11-01Working memory leak free version, changes interface to pointers.ajreynol
2016-10-31Minor refactoring in preparation for datatypes node cycle breaking.ajreynol
2016-10-13Revert "Merge branch 'origin' of https://github.com/CVC4/CVC4.git"Tim King
2016-10-11Merge branch 'origin' of https://github.com/CVC4/CVC4.gitPaul Meng
2016-09-14Support for unique variable generation in node manager.ajreynol
2016-09-12Ensure sep.nil is unique per type at NodeManager level. Add simple symmetry b...ajreynol
2016-09-01Relaxing the throw specifiers for the destructors for Node, TypeNode, the con...Tim King
2016-08-24Merge remote-tracking branch 'origin/master'PaulMeng
2016-07-27Fix out-of-bounds access in ExprManagerAndres Notzli
2016-07-05resolved merge conflictsPaulMeng
2016-07-05Merge branch 'master' of https://github.com/CVC4/CVC4.gitPaulMeng
2016-06-23Fixed some warnings, fixed bug in cdhashmap that was crashing cdmap_black,Clark Barrett
2016-06-17Cleanup from last commit, treat sep.nil as variable kind.ajreynol
2016-06-17Support for separation logic. Enable cbqi by default for pure BV.ajreynol
2016-05-23Fix related to parametric sorts whose interpretation is finite due to uninter...ajreynol
2016-04-20update from the masterPaulMeng
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback