Changing getTearDownIncremental() to return the type of options::tearDownIncremental.
[cvc5.git] / src /
2016-12-29 Tim KingChanging getTearDownIncremental() to return the type...
2016-12-29 Tim KingAdding a destructor to InstantiationNotify.
2016-12-29 Tim KingAdding a destructor to RepBoundExt.
2016-12-29 Tim KingReordering sep and sets in Makefile.theories.
2016-12-14 Clark BarrettMerge pull request #119 from 4tXJ7f/smt_v2_5
2016-12-14 Andres NotzliSwitch from SMT-LIB v2.0 to v2.5 for smt2 files
2016-12-14 Clark BarrettMade tear-down-incremental more like it used to be...
2016-12-13 Andrew ReynoldsMerge pull request #118 from 4tXJ7f/fix_emp
2016-12-12 Clark BarrettMerge pull request #117 from 4tXJ7f/fix_order
2016-12-12 Clark BarrettMerge branch 'master' into fix_order
2016-12-12 Clark BarrettMerge pull request #116 from 4tXJ7f/fix_mult
2016-12-09 Tim KingFixing a use after free bug in Polynomial::denominatorLCM.
2016-12-09 Andres NotzliFix initialization order
2016-12-09 Andres NotzliFix (inactive) `MultSlice` rewrite
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 Andres NotzliFix parsing of BVROTR by CVC parser
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 Andres NotzliFix `MultDistrib` rewrite rule
2016-11-21 ajreynolRefactoring related to track instantiation option.
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 BarrettAdd support for set-logic ALL, fix compiler error in...
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-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 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 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-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-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 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 Andrew ReynoldsMerge pull request #98 from 4tXJ7f/fix_dist_build
2016-10-26 ajreynolNew implementation of sets+cardinality. Merge Paul...
2016-10-19 Tim KingMerge pull request #97 from 4tXJ7f/fix_rewrite
2016-10-19 Andres NotzliFix minor bug and typo in boolean rewriter
2016-10-13 ajreynolMerging bv parts of ajr/bvExt branch, minor additions...
2016-10-13 Tim KingInitializes RoundingMode::roundNearestTiesToAway to...
2016-10-13 Tim KingRevert "Merge branch 'origin' of https://github.com...
2016-10-11 Paul MengMerge branch 'origin' of https://github.com/CVC4/CVC4.git
next