summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-11Minor fixes for inst match generators. Updates to qip.googleajreynol
2016-04-10More work on instantiation propagation. Enable external filtering of instanti...ajreynol
2016-04-09Merge branch 'master' of https://github.com/CVC4/CVC4Guy
2016-04-09Made ProofArray's printing functions non-static, and consequently the data me...Guy
2016-04-09cardinality operation for finite sets (based on my thesis / ijcar16 paper)Kshitij Bansal
2016-04-09Minor refactoring of entailment tests and quantifiers util. Initial draft of ...ajreynol
2016-04-07Refactor trigger selection, revisions to --relational-trigger. Properly proce...ajreynol
2016-04-04New options for trigger selection, add option --strict-triggers. Do not infer...ajreynol
2016-04-03Updating the copyright headers and scripts.Tim King
2016-04-03s_ prefix for static membersGuy
2016-04-03Removed the theory-specific merge reason types. Instead, added a mechanism fo...Guy
2016-04-01Improvements to equality inference module: add missing cases for solvable var...ajreynol
2016-03-31Improvements to trigger selection, min triggers by default. Optimizations for...ajreynol
2016-03-30Updates to E-matching to avoid entailed instantiations earlier. Minor updates...ajreynol
2016-03-30Updating the mailmap for git.Tim King
2016-03-28Minor cleanup from last commit (quant util, equality infer). Do not set fmfBo...ajreynol
2016-03-28Implement equality inference module for arithmetic terms. Optimization for e...ajreynol
2016-03-24Merge branch 'master' of https://github.com/CVC4/CVC4Guy
2016-03-24Refactored the equality engine in order to remove theory-specific logic from ...Guy
2016-03-24Fixing a garbage collection issue in simplifyWithCare(). Bug 729.Tim King
2016-03-24Deleting allocated NodeVecs in ITESimplifier.Tim King
2016-03-24Freeing CegConjecture::d_ceg_si. Also making d_ceg_si a provate member of Ceg...Tim King
2016-03-24Fixing a memory leak in CDInstMatchTrie::d_data.Tim King
2016-03-24Fix for a memory leak in InstStrategyCegqi.Tim King
2016-03-24Fixing a memory leak in QuantInfo::d_var_mg.Tim King
2016-03-23Merge pull request #82 from CVC4/master_for_mergeguykatzz
2016-03-23squash-merge from proof branchGuy
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 QuantC...ajreynol
2016-03-16Change internal representative selection for finite domains that do not invol...ajreynol
2016-03-12Add options related to interleaving quantifiers and theory combination, chang...ajreynol
2016-03-10Faster conditional rewriting for and/or beneath quantifiers. Improvements to ...ajreynol
2016-03-08Extend synthesis solver to handle single invocation with additional universal...ajreynol
2016-03-07Minor change to F-Length inference in strings. No internal tracking of cardin...ajreynol
2016-03-03Add missing code to track dependencies recursively for string explanations as...ajreynol
2016-03-02Work towards complete instantiation for datatypes.ajreynol
2016-03-01Shorter explanations for strings based on tracking which parts of normal form...ajreynol
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
2016-02-24Add entailment checks between length terms to reduce splitting in strings sol...ajreynol
2016-02-24Adding the missing clause_id.h file.Tim King
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback