cvc5.git
2016-04-09 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-09 GuyMade ProofArray's printing functions non-static, and...
2016-04-09 Kshitij Bansalcardinality operation for finite sets (based on my...
2016-04-09 ajreynolMinor refactoring of entailment tests and quantifiers...
2016-04-07 ajreynolRefactor trigger selection, revisions to --relational...
2016-04-04 ajreynolNew options for trigger selection, add option --strict...
2016-04-04 Tim KingUpdating the copyright headers and scripts.
2016-04-04 Guys_ prefix for static members
2016-04-03 GuyRemoved the theory-specific merge reason types. Instead...
2016-04-01 ajreynolImprovements to equality inference module: add missing...
2016-03-31 ajreynolImprovements to trigger selection, min triggers by...
2016-03-30 ajreynolUpdates to E-matching to avoid entailed instantiations...
2016-03-30 Tim KingUpdating the mailmap for git.
2016-03-28 ajreynolMinor cleanup from last commit (quant util, equality...
2016-03-28 ajreynolImplement equality inference module for arithmetic...
2016-03-24 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-03-24 GuyRefactored the equality engine in order to remove theor...
2016-03-24 Tim KingFixing a garbage collection issue in simplifyWithCare...
2016-03-24 Tim KingDeleting allocated NodeVecs in ITESimplifier.
2016-03-24 Tim KingFreeing CegConjecture::d_ceg_si. Also making d_ceg_si...
2016-03-24 Tim KingFixing a memory leak in CDInstMatchTrie::d_data.
2016-03-24 Tim KingFix for a memory leak in InstStrategyCegqi.
2016-03-24 Tim KingFixing a memory leak in QuantInfo::d_var_mg.
2016-03-23 guykatzzMerge pull request #82 from CVC4/master_for_merge
2016-03-23 Guysquash-merge from proof branch
2016-03-23 Tim KingFixing memory leaks in Trigger and TriggerTrie.
2016-03-23 Clark BarrettFixed help for tear-down-incremental option
2016-03-23 Tim KingFixing two garbage collection issues in Region and...
2016-03-23 Tim KingDeleting the CDInstMatchTries in QuantifiersEngine...
2016-03-23 Tim KingGarbage collecting the EqcInfo s in TheoryDatatypes...
2016-03-23 Tim KingGarbage collecting the MinisatEmptyNotify for the Eager...
2016-03-22 ajreynolBug fix for define functions + incremental. Minor work...
2016-03-22 Tim KingDeleting the contents of d_modelGlobalsCommands before...
2016-03-22 Tim KingNew version of the recursive options parsing strategy.
2016-03-18 ajreynolLimit duplicate propagating instances to avoid exponent...
2016-03-16 ajreynolChange internal representative selection for finite...
2016-03-12 ajreynolAdd options related to interleaving quantifiers and...
2016-03-10 ajreynolFaster conditional rewriting for and/or beneath quantif...
2016-03-08 ajreynolExtend synthesis solver to handle single invocation...
2016-03-07 ajreynolMinor change to F-Length inference in strings. No inter...
2016-03-03 ajreynolAdd missing code to track dependencies recursively...
2016-03-02 ajreynolWork towards complete instantiation for datatypes.
2016-03-01 ajreynolShorter explanations for strings based on tracking...
2016-02-29 ajreynolMinor options to datatypes.
2016-02-26 ajreynolRefactoring of inferences in strings. Add several options.
2016-02-25 ajreynolMinor improvement to partial qe. Add options for repres...
2016-02-24 ajreynolAdd entailment checks between length terms to reduce...
2016-02-24 Tim KingAdding the missing clause_id.h file.
2016-02-24 Tim KingUnifying the definitions of ClauseId to a single source...
2016-02-23 ajreynolFix term database for non-equal, congruent terms in...
2016-02-19 ajreynolFixes and improvements for datatypes properties and...
2016-02-19 ajreynolImplement dynamic splitting for quantified formulas...
2016-02-18 ajreynolCorrect subtyping for arrays, disable subtyping for...
2016-02-18 Kshitij Bansalfix for windows builds
2016-02-17 ajreynolRefactor quantifiers attributes. Make quantifier elimin...
2016-02-16 ajreynolPublic interface for quantifier elimination. Minor...
2016-02-16 ajreynolMore simplification to internal implementation of tuple...
2016-02-15 ajreynolMinor change to last commit
2016-02-15 ajreynolEliminate most of the internal representation infrastru...
2016-02-11 ajreynolMore aggressive conditional rewriting for quantified...
2016-02-10 ajreynolFix model postprocessor for tuples, add regression.
2016-02-09 ajreynolFix regression, minor change to output.
2016-02-09 ajreynolEager introduction of eqc, lemma cache for ground fmf...
2016-02-08 ajreynolUpdates related to finite model finding and (co)datatyp...
2016-02-06 guykatzzChanging the way the equality engine explains disequali...
2016-02-05 ajreynolAdd two optimizations for datatypes, currently disabled...
2016-02-04 Clark BarrettFixed two more memory leaks in array_info.cpp
2016-02-03 Clark BarrettAdded --omit-dont-cares option which doesn't print...
2016-02-02 Tim KingMoving dump.*, command.*, model.*, and ite_removal...
2016-02-01 Tim KingRemoving the CVC4_PUBLIC attribute from the forward...
2016-02-01 Tim KingRemoving the CVC4_NEEDS_REPLACEMENT_FUNCTIONS guard...
2016-02-01 Tim KingGeneralizing lib/strtok_r.c so that it can always be...
2016-02-01 Tim KingGeneralizing the implementation of lib/clock_gettime...
2016-02-01 Tim KingFixing a potentially malformed template expansion when...
2016-02-01 Tim KingFixing a memory leak in bv_subtheory_algebraic.cpp...
2016-02-01 Tim KingAdding an virtual destructor to OstreamUpdate.
2016-02-01 Tim KingMaking the ManagedOstream::defaultSource() a const...
2016-02-01 Tim KingAdding a destructor to ProofOutputChannel.
2016-02-01 Tim KingFixing white spaces in sat_proof.h.
2016-02-01 Tim KingMaking the references to std more explicit in didyoumea...
2016-02-01 Tim KingFixing a memory leak in array info.
2016-02-01 Tim KingDeleting the dead code in proof/sat_proof.cpp.
2016-02-01 ajreynolSimplify fmc model construction, add regression. Improv...
2016-01-28 Tim KingAdding listeners to Options.
2016-01-27 Liana HadareanMerged bit-vector and uf proof branch.
2016-01-20 ajreynolFix bug in fmc mbqi where modelscomputed for mbqi could...
2016-01-19 ajreynolBug fixes for model construction with codatatypes,...
2016-01-18 ajreynolBug fix rewriter for fun defs.
2016-01-15 ajreynolType enumerators take optional argument indicating...
2016-01-14 ajreynolEnsure model construction for parametric sorts involvin...
2016-01-13 ajreynolLemma cache datatypes. Do not send true lemma in quanti...
2016-01-09 Tim KingAdding a new Listener utility class. Changing the Resou...
2016-01-09 Tim KingRemoving StatisticsRegistry's static functions current...
2016-01-08 Tim KingDisabling the RESTART command.
2016-01-06 Kshitij Bansalfix windows builds
2016-01-06 Tim KingFixing a SWIG ordering issue between bitvector and...
2016-01-06 Tim KingImproving the documentation of the CVC command CONTINUE.
2016-01-06 Tim KingRemoving dead code. StackingMap only appeared in unit...
2016-01-06 Tim KingMoving sexpr.{cpp,h,i} from expr/ back into util/.
2016-01-06 Tim KingAdd SmtGlobals Class
next