cvc5.git
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.
2016-10-21 ajreynolMove slow regress0 benchmarks to regress1, increment...
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
2016-10-11 Paul Meng- fixed a memory leak issue with context dependent...
2016-10-09 Tim KingAdding initializers for structs internal to ite_utilities.
2016-10-06 guykatzzAdded an option that allow empty dependencies when...
2016-10-03 Tim KingRemoving the throw specifiers from theory_uf_type_rules.h.
2016-10-03 Tim KingRemoving the throw specifiers from theory_fp_type_rules.h.
2016-10-03 Tim KingRemoving the throw specifiers from theory_datatypes_typ...
2016-10-03 Tim KingRemoving an unused member from TreeLog.
2016-10-03 Tim KingRemoving the throw specifiers from theory_bv_type_rules.h.
2016-10-03 Tim KingRemoving the throw specifiers from Cardinality.
2016-10-01 Tim KingRemoving the throw specifiers from Result.
2016-10-01 Tim KingMerge pull request #93 from timothy-king/clang-format
2016-10-01 Tim KingRemoving the throw specifiers from SExpr.
2016-10-01 Tim KingRemoving the throw specifiers from SubrangeBounds.
2016-10-01 ajreynolIncorporate non-bv parts of ajr/bvExt branch
2016-09-29 ajreynolAddress some coverity warnings, add another stat.
2016-09-29 ajreynolMinor cleanup and additions to quantifiers statistics.
2016-09-28 Kshitij BansalFix the merge of kbansal/card branch (2039eab).
2016-09-27 Tim KingRemoving an unused iterator.
2016-09-27 Tim KingReverting part of the previous changes to unconstrained...
2016-09-26 Tim KingSimplifying control flow to avoid goto's in unconstrain...
2016-09-26 Tim KingAdding missing break statements.
2016-09-26 Tim KingClosing an open file descriptor in MemoryMapFile.
2016-09-26 Tim KingFreeing memory in error handling code for bounded_token...
2016-09-26 Tim KingDeleting the eager bitblasting solver if present in...
2016-09-26 Tim KingAdding a destructor to QuantAntiSkolem.
2016-09-26 Tim KingAdding a destructor to TermDb.
2016-09-26 Tim KingAdding a destructor to CegqiOutputSingleInv.
2016-09-26 Tim KingDeleting optional members of StrongSolverTheoryUF.
2016-09-26 Tim KingDisambiguating a vector insert warning coming from...
2016-09-26 Tim KingDeleting a temporary in theory sets enumerator.
2016-09-26 Tim KingDeleting the intermediate command singleton.
2016-09-26 Tim KingDisambiguating a type issue. Coverity scan reported...
2016-09-25 Tim KingAdding virtual destructors to several classes in expr.h .
2016-09-25 Tim KingRemoving an unused iterator.
2016-09-25 Tim KingFixing a potential use after free coming from a pop_bac...
2016-09-25 Tim KingIntegrating a working coverity_scan travis rule back...
2016-09-23 Paul Mengfixed a few bugs
2016-09-21 ajreynolRemove duplicate code from my last commit
2016-09-21 Tim KingFixing an error in the previous travis commit.
2016-09-21 Tim KingUpdating the travis file for coverity scan.
2016-09-20 ajreynolRefactor, separate theory-specific counterexample-guide...
2016-09-20 ajreynolMore refactoring of cbqi. Add a few regressions. Add...
2016-09-19 Tim KingMerge pull request #92 from timothy-king/travis-cpp11
2016-09-18 Tim KingAdding a clang format file for the project.
2016-09-18 Tim KingAdding a gnu++11 rule to travis.
2016-09-18 ajreynolMinor fix for strings
2016-09-17 guykatzzIn a ROW guard proof, if the transitivity proof does...
2016-09-17 guykatzzMerge branch 'master' of https://github.com/CVC4/CVC4
2016-09-17 ajreynolUse matching heuristics for EPR instantiation.
2016-09-16 GuyHandling a corner case where a ROW's guard is a constan...
2016-09-16 GuyLet arith_proof print its own terms
2016-09-16 ajreynolMore refactoring of cbqi, start developing new interface.
2016-09-15 ajreynolFurther refactor cbqi.
2016-09-15 ajreynolBegin refactoring of cbqi, remove a few dead options...
2016-09-15 ajreynolMake sep pto a trigger kind, track in equality engines...
2016-09-15 ajreynolRefactor setIncomplete in quantifiers.
2016-09-14 ajreynolSupport for unique variable generation in node manager.
2016-09-14 ajreynolLemma cache in theory sep. Minor optimization for sets...
2016-09-13 Paul Mengfixed type checking and computing for PRODUCT and JOIN
2016-09-13 ajreynolMinor changes to sep logic, epr, quantifier splitting.
2016-09-13 Paul Mengrefactored the code, added more benchmarks and minor...
2016-09-12 Paul Mengfixed capitalized "kind"
2016-09-12 ajreynolRefactor prenex modes.
2016-09-12 ajreynolRemove old implementation of cbqi
2016-09-12 ajreynolPrefer non-cardinality constants in term models for...
2016-09-12 ajreynolEnsure sep.nil is unique per type at NodeManager level...
2016-09-09 ajreynolFix bug in unconstrained simplifier related to sep...
2016-09-09 ajreynolSupport for separation logic + EPR. Refactor preprocess...
2016-09-08 ajreynolRefactor seplog preprocess. Handle case where sep data...
2016-09-03 ajreynolMiniscope top level conjunctions for prenex normal...
2016-09-03 ajreynolOption for prenex normal form
2016-09-02 Tim KingMerge pull request #91 from timothy-king/no-throw
2016-09-01 ajreynolFix boolean term issue in invariants from sygus. Minor...
2016-09-01 ajreynolCleanup quantifier elimination in smt engine.
2016-09-01 ajreynolUpdates to cbqi. New strategy --cbqi-nested-qe to...
2016-09-01 Tim KingRelaxing the throw specifiers for the destructors for...
2016-09-01 Tim KingRemoving the forward declaration of QuantInfo from...
2016-08-31 Tim KingCleaning up the dead FORIT macros.
2016-08-31 Tim KingRemoving the usage of typeof from theory_sets_private.
next