summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-03-23Fixing memory leaks in Trigger and TriggerTrie.Tim King
2016-03-23Fixed help for tear-down-incremental optionClark Barrett
2016-03-23Fixing two garbage collection issues in Region and SortModel.Tim King
2016-03-22Deleting the CDInstMatchTries in QuantifiersEngine::d_c_inst_match_trie.Tim King
2016-03-22Garbage collecting the EqcInfo s in TheoryDatatypes::d_eqc_info.Tim King
2016-03-22Garbage collecting the MinisatEmptyNotify for the EagerBitblaster.Tim King
2016-03-22Bug fix for define functions + incremental. Minor work on relational triggers.ajreynol
2016-03-21Deleting the contents of d_modelGlobalsCommands before it is cleared.Tim King
2016-03-21New version of the recursive options parsing strategy.Tim King
2016-03-18Limit duplicate propagating instances to avoid exponential behavior in ↵ajreynol
QuantConflictFind.
2016-03-16Change internal representative selection for finite domains that do not ↵ajreynol
involve uninterpreted sorts, including bounded integer quantification.
2016-03-12Add options related to interleaving quantifiers and theory combination, ↵ajreynol
changes default behavior.
2016-03-10Faster conditional rewriting for and/or beneath quantifiers. Improvements to ↵ajreynol
sort inference, related to constants. Add several quantifiers options, minor refactoring.
2016-03-08Extend synthesis solver to handle single invocation with additional ↵ajreynol
universal quantification. Refactor query/check-sat to call one internal function in SmtEngine. Make check-synth its own command. Minor work on quant ee.
2016-03-07Minor change to F-Length inference in strings. No internal tracking of ↵ajreynol
cardinality assertions in uf. Change fullModel false array collectModelInfo to assign constants.
2016-03-03Add missing code to track dependencies recursively for string explanations ↵ajreynol
as well.
2016-03-02Work towards complete instantiation for datatypes.ajreynol
2016-03-01Shorter explanations for strings based on tracking which parts of normal ↵ajreynol
forms are dependent upon which equalities. Add anti-skolemization module to quantifiers. Disable rewriting of non-clashing equalities between same constructors.
2016-02-29Minor options to datatypes.ajreynol
2016-02-26Refactoring of inferences in strings. Add several options.ajreynol
2016-02-25Minor improvement to partial qe. Add options for representative selection in ↵ajreynol
FMF.
2016-02-24Add entailment checks between length terms to reduce splitting in strings ↵ajreynol
solver. Minor additions to datatypes and qcf.
2016-02-24Adding the missing clause_id.h file.Tim King
2016-02-24Unifying the definitions of ClauseId to a single source of truth.Tim King
2016-02-23Fix term database for non-equal, congruent terms in master equality engine. ↵ajreynol
Disable ITE terms in quant conflict find.
2016-02-19Fixes and improvements for datatypes properties and splitting.ajreynol
2016-02-18Implement dynamic splitting for quantified formulas. Minor refactoring of ↵ajreynol
reductions in quantifiers engine.
2016-02-18Correct subtyping for arrays, disable subtyping for predicate subtypes. Bug ↵ajreynol
fixes in quantifiers related to subtypes/parametric sorts. Make macros trace dependencies for get-unsat-core. Add regressions.
2016-02-17fix for windows buildsKshitij Bansal
2016-02-17Refactor quantifiers attributes. Make quantifier elimination robust to ↵ajreynol
preprocessing, implement get-qe-disjunct.
2016-02-16Public interface for quantifier elimination. Minor changes to datatypes ↵ajreynol
rewriter.
2016-02-15More simplification to internal implementation of tuples and records.ajreynol
2016-02-15Minor change to last commitajreynol
2016-02-15Eliminate most of the internal representation infrastructure for tuples and ↵ajreynol
records, replace with datatypes throughout, update cvc printer for tuples/records. Minor changes to API for records and tuples.
2016-02-11More aggressive conditional rewriting for quantified formulas. Bug fix set ↵ajreynol
incomplete for fmc.
2016-02-10Fix model postprocessor for tuples, add regression.ajreynol
2016-02-09Fix regression, minor change to output.ajreynol
2016-02-09Eager introduction of eqc, lemma cache for ground fmf. Apply preprocessing ↵ajreynol
to quantifier instantiations.
2016-02-08Updates related to finite model finding and (co)datatypes. Bug fix ↵ajreynol
enumerator and codatatype rewriter, further simplify fmc.
2016-02-05Changing the way the equality engine explains disequalities.guykatzz
The explanation for a != b is now: 1. a == find(a) 2. ( find(a) == find(b) ) == false 3. find(b) == b This simplifies the creation of transitivity proofs for disequalities.
2016-02-05Add two optimizations for datatypes, currently disabled. Bug fix rewriter ↵ajreynol
for selectors applied to codatatype values.
2016-02-04Fixed two more memory leaks in array_info.cppClark Barrett
2016-02-03Added --omit-dont-cares option which doesn't print model values forClark Barrett
variables known to be don't-cares.
2016-02-02Moving dump.*, command.*, model.*, and ite_removal.* from smt_util/ to smt/. ↵Tim King
Breaking an edge between the sat solver and command.h.
2016-02-01Removing the CVC4_PUBLIC attribute from the forward declaration of Record in ↵Tim King
type.h.
2016-02-01Removing the CVC4_NEEDS_REPLACEMENT_FUNCTIONS guard to have a simpler build ↵Tim King
process.
2016-02-01Generalizing lib/strtok_r.c so that it can always be compiled.Tim King
2016-02-01Generalizing the implementation of lib/clock_gettime.c so that it can always ↵Tim King
be compiled.
2016-02-01Fixing a potentially malformed template expansion when Dump() is disabled.Tim King
2016-02-01Fixing a memory leak in bv_subtheory_algebraic.cpp. Also formatting the file.Tim King
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback