summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-11Adding garbage collection for the CVC Parser for Commands when exceptions are...Tim King
2016-11-11Merge pull request #105 from timothy-king/delete-maxed-outTim King
2016-11-11Deleting successfully parsed commands in the parser_black unit test.Tim King
2016-11-11Deleting the remaining commands in the Parser's queue within ~Parser().Tim King
2016-11-11Applying clang-format to parser.cpp.Tim King
2016-11-11Speeding up the common branches for inc().Tim King
2016-11-11Enable eager bitblasting for QF_ABV when no stores are present.Clark Barrett
2016-11-11Add simple inferences for extended bitvector functions, add a few related opt...ajreynol
2016-11-10Fixing a delete vs free mismatch in parser_builder_black.h.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-10Add option for enabling/disabling lazy extended function reduction in bitvect...ajreynol
2016-11-09Merge pull request #103 from timothy-king/uniq-ptrTim King
2016-11-09Renaming the class PtrCloser to not cause confusion with unique_ptr.Tim King
2016-11-09Merge branch 'master' into uniq-ptrTim King
2016-11-09Fix tptp parser memory leaks for include.ajreynol
2016-11-08Minor fixes related to ExtTheory + incremental, fixes bug760.ajreynol
2016-11-08Add a few options to separation logic and sets. Minor changes to separation l...ajreynol
2016-11-07Merge pull request #104 from timothy-king/disabling-out-of-memory-tests-on-asanTim King
2016-11-07Disabling out of memory tests unit tests when ASAN is enabled. ASAN failures ...Tim King
2016-11-07Changing ArrayStoreAll's constructor to delay allocation until it is done che...Tim King
2016-11-07Fixing a memory leak in the CnfStream unit tests.Tim King
2016-11-07Fixing a memory leak in the eager bitblaster.Tim King
2016-11-06Adds a C++05 version of unique_ptr. Used this to solve a garbage collection p...Tim King
2016-11-06Merge pull request #102 from timothy-king/node-id-eqTim King
2016-11-06This switches the ZombieSet in the NodeManager to use NodeValue's id for equa...Tim King
2016-11-05Merge pull request #101 from 4tXJ7f/fix_leakClark Barrett
2016-11-04Fix three leaks in unit testsAndres Notzli
2016-11-04Fix memory leak in node_black unit test.Clark Barrett
2016-11-04Fix a few more minor memory leaks.ajreynol
2016-11-03Make data points accurate in sep logic models.ajreynol
2016-11-03Add priorities to getNextDecision. Properly handle case for finite types + un...ajreynol
2016-11-03Merge pull request #100 from 4tXJ7f/fix_context_mm_blackTim King
2016-11-02Fix back() of empty deque in context_mm_black testAndres Notzli
2016-11-02Add missing regression.ajreynol
2016-11-02Fix bug in separation logic for finite pto-data types. Minor cleanup in sep. ...ajreynol
2016-11-02Fix a few obvious memory leaks in sygus and quantifiers. Minor fix cvc3_compat.ajreynol
2016-11-01Minor fix to cvc3_compat.ajreynol
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-28Add get instantiations utilities to API.ajreynol
2016-10-27Merge pull request #99 from 4tXJ7f/fix_dist_build3Clark Barrett
2016-10-26Fix typo in Makefile that makes distcheck failAndres Notzli
2016-10-26Enable bv2nat regressionsajreynol
2016-10-26Merge pull request #98 from 4tXJ7f/fix_dist_buildAndrew Reynolds
2016-10-26New implementation of sets+cardinality. Merge Paul Meng's relation solver as...ajreynol
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback