cvc5.git
2016-12-07 ajreynolAdd sets regression, fixes bug 754. Minor fix to regex...
2016-12-07 ajreynolAdded cardinality to cvc language, fixes bug 753. Throw...
2016-12-07 ajreynolFix boolean term conversion for INST_ATTRIBUTE, fixes...
2016-12-07 guykatzzMerge branch 'master' of https://github.com/CVC4/CVC4
2016-12-07 guykatzzTurned off nonClausalSimplify when using fewerPreproces...
2016-12-07 ajreynolRefactoring, generalization of bounded inference module...
2016-12-07 ajreynolFix nf exp tracking for non-linear string equalities...
2016-12-06 ajreynolImprove bounds for global heap in sep, refactor preproc...
2016-12-06 Clark BarrettAdded "dump=raw-benchmark" option for dumping all user...
2016-12-03 ajreynolFix unit test for datatypes, add interface functions...
2016-12-03 Clark BarrettFix for bug 734
2016-12-02 Tim KingCleaning up Statistics::copyFrom to avoid casts.
2016-12-02 Tim KingInitializing the d_pivots variable.
2016-12-02 Tim KingMerge pull request #95 from 4tXJ7f/fix_sierra_build
2016-12-02 Clark BarrettMerge pull request #113 from 4tXJ7f/remove_extract_rule
2016-12-02 ajreynolBug fixes and refactoring of parametric datatypes,...
2016-12-02 ajreynolRefactor preprocessing of models in fmf. Fix options...
2016-12-02 Andres NotzliFix build on macOS Sierra
2016-12-01 ajreynolFix quantifiers dynamic splitting module for incrementa...
2016-12-01 ajreynolImprovement and bug fix for str.indexof reduction,...
2016-11-30 Andres NotzliRemove wrong `ExtractMultLeadingBit` rule
2016-11-30 Clark BarrettMerge pull request #115 from 4tXJ7f/bug766
2016-11-30 Clark BarrettMerge pull request #114 from 4tXJ7f/add_unit_test
2016-11-30 Andres NotzliFix parsing of BVROTR by CVC parser
2016-11-30 Andres NotzliAdd unit test for `MultDistrib` rule
2016-11-28 Clark BarrettMerge pull request #112 from 4tXJ7f/fix_mult_distrib
2016-11-22 ajreynolFix smt2 and cvc printers for testers when output and...
2016-11-22 Tim KingMerge pull request #111 from 4tXJ7f/fix_test_includes
2016-11-22 Andres NotzliFix `MultDistrib` rewrite rule
2016-11-22 Andres NotzliRemove unused, libstdc++-exclusive include
2016-11-21 ajreynolRefactoring related to track instantiation option.
2016-11-18 Clark BarrettFix for unit test after changing default "all supported...
2016-11-18 Tim KingRemoving some throw specifiers from OutputChannel....
2016-11-18 Clark BarrettMerge pull request #110 from 4tXJ7f/fix_makefiles
2016-11-18 Clark BarrettModified a couple of regressoins to use ALL/QF_ALL...
2016-11-18 Clark BarrettAdd support for set-logic ALL, fix compiler error in...
2016-11-18 Andres NotzliFix Makefiles in test
2016-11-16 Clark BarrettMerge pull request #108 from timothy-king/smt2-parser...
2016-11-16 PaulMengMerge pull request #109 from PaulMeng/master
2016-11-15 Paul Mengrelational solver code refactor and bug fixes
2016-11-14 ajreynolMinor improvement to caching for extf bv inferences.
2016-11-14 Tim KingAdding garbage collection for the Smt2 Parser for Comma...
2016-11-13 Tim KingSwitching a large allocation to be heap allocated.
2016-11-13 Tim KingDeleting a parsed Command in the interactive_shell_blac...
2016-11-12 Clark BarrettMerge pull request #107 from timothy-king/smt1-parser...
2016-11-12 Clark BarrettMerge pull request #106 from timothy-king/cvc-parser...
2016-11-12 Clark BarrettFixed a bug in cdhashmap in which doubly-linked list...
2016-11-12 Tim KingAdding garbage collection for the Smt1 Parser for Comma...
2016-11-12 Tim KingAdding garbage collection for the CVC Parser for Comman...
2016-11-12 Tim KingMerge pull request #105 from timothy-king/delete-maxed-out
2016-11-12 Tim KingDeleting successfully parsed commands in the parser_bla...
2016-11-12 Tim KingDeleting the remaining commands in the Parser's queue...
2016-11-11 Tim KingApplying clang-format to parser.cpp.
2016-11-11 Tim KingSpeeding up the common branches for inc().
2016-11-11 Clark BarrettEnable eager bitblasting for QF_ABV when no stores...
2016-11-11 ajreynolAdd simple inferences for extended bitvector functions...
2016-11-10 Tim KingFixing a delete vs free mismatch in parser_builder_black.h.
2016-11-10 Tim KingAdding garbage collection of nodes with maxed out refer...
2016-11-10 Tim KingAdded PtrCloser guards for constructNodePtr. This ensur...
2016-11-10 ajreynolAdd option for enabling/disabling lazy extended functio...
2016-11-10 Tim KingMerge pull request #103 from timothy-king/uniq-ptr
2016-11-09 Tim KingRenaming the class PtrCloser to not cause confusion...
2016-11-09 Tim KingMerge branch 'master' into uniq-ptr
2016-11-09 ajreynolFix tptp parser memory leaks for include.
2016-11-08 ajreynolMinor fixes related to ExtTheory + incremental, fixes...
2016-11-08 ajreynolAdd a few options to separation logic and sets. Minor...
2016-11-08 Tim KingMerge pull request #104 from timothy-king/disabling...
2016-11-07 Tim KingDisabling out of memory tests unit tests when ASAN...
2016-11-07 Tim KingChanging ArrayStoreAll's constructor to delay allocatio...
2016-11-07 Tim KingFixing a memory leak in the CnfStream unit tests.
2016-11-07 Tim KingFixing a memory leak in the eager bitblaster.
2016-11-07 Tim KingAdds a C++05 version of unique_ptr. Used this to solve...
2016-11-07 Tim KingMerge pull request #102 from timothy-king/node-id-eq
2016-11-07 Tim KingThis switches the ZombieSet in the NodeManager to use...
2016-11-05 Clark BarrettMerge pull request #101 from 4tXJ7f/fix_leak
2016-11-05 Andres NotzliFix three leaks in unit tests
2016-11-05 Clark BarrettFix memory leak in node_black unit test.
2016-11-04 ajreynolFix a few more minor memory leaks.
2016-11-03 ajreynolMake data points accurate in sep logic models.
2016-11-03 ajreynolAdd priorities to getNextDecision. Properly handle...
2016-11-03 Tim KingMerge pull request #100 from 4tXJ7f/fix_context_mm_black
2016-11-03 Andres NotzliFix back() of empty deque in context_mm_black test
2016-11-02 ajreynolAdd missing regression.
2016-11-02 ajreynolFix bug in separation logic for finite pto-data types...
2016-11-02 ajreynolFix a few obvious memory leaks in sygus and quantifiers...
2016-11-01 ajreynolMinor fix to cvc3_compat.
2016-11-01 ajreynolMake tuple and record names unique. Do not print intern...
2016-11-01 ajreynolFix memory leak in TheorySetsRels. Minor cleanup.
2016-11-01 ajreynolRevert change to Datatypes API to return vector of...
2016-11-01 ajreynolRevert change to datatypes API for passing pointers...
2016-11-01 ajreynolWorking memory leak free version, changes interface...
2016-10-31 ajreynolMinor refactoring in preparation for datatypes node...
2016-10-28 ajreynolAdd get instantiations utilities to API.
2016-10-27 Clark BarrettMerge pull request #99 from 4tXJ7f/fix_dist_build3
2016-10-27 Andres NotzliFix typo in Makefile that makes distcheck fail
2016-10-26 ajreynolEnable bv2nat regressions
2016-10-26 Andrew ReynoldsMerge pull request #98 from 4tXJ7f/fix_dist_build
2016-10-26 ajreynolNew implementation of sets+cardinality. Merge Paul...
2016-10-24 Andres NotzliFix TRAVIS_CVC4 + TRAVIS_CVC4_DISTCHECK build
2016-10-21 ajreynolFix/add missing makefiles.
next