summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quant_conflict_find.cpp
AgeCommit message (Expand)Author
2015-07-01Add options --qcf-all-conflict, --ite-dtt-split-quant, refactor --ite-lift-qu...ajreynol
2015-04-23A few more minor updates to match google repository with CVC4 repositoryClark Barrett
2015-04-21Fix file permissionsClark Barrett
2014-11-13More preparation for filtering relevant terms in TermDb.ajreynol
2014-11-10Do not eliminate variables only occurring in patterns. Minor improvements to...ajreynol
2014-11-07Enable --quant-cf by default. Fix bug in qcf for mixed Int/Real. Minor impr...ajreynol
2014-10-16Make --user-pat=trust default. Fix a few warnings found by Morgan. Minor ch...ajreynol
2014-10-10Initial draft of CEGQI.ajreynol
2014-10-10Add owner map to better manage QuantifiersModules. Initial infrastructure fo...ajreynol
2014-09-03Implement and enable --dt-var-exp-quant, cleanup trace messages, minor change...ajreynol
2014-08-01Minor cleanup from previous commit. Better organization for how quantifiers ...ajreynol
2014-07-31New module for generating candidate equality conjectures used in inductive pr...ajreynol
2014-07-01Update copyrights.Morgan Deters
2014-06-19dos2unix-convert some sources.Morgan Deters
2014-06-03Support E-matching/QCF for Set operators.ajreynol
2014-05-25Improve quantifier instantiation: always use original terms when matching (wa...Andrew Reynolds
2014-05-01Minor optimizations to datatypes, revert to checkClash not mod eq. Minor cle...ajreynol
2014-04-30T-entailment work, and QCF (quant conflict find) work that uses it.Tim King
2014-04-10Expand definitions in theory datatypes, now has the expected semantics for in...Andrew Reynolds
2014-03-12Work on array pf signature, add working example. Add quantifiers proof signa...Andrew Reynolds
2014-03-12Minor fixes post-merge of RR.Andrew Reynolds
2014-03-11Initial refactor of rewrite rules, make theory_rewriterules empty theory. Pu...Andrew Reynolds
2014-03-07Remove --ite-remove-quant; support pulling ground ITEs out of quantifier bodi...Morgan Deters
2014-02-27Bug fix for QCF algorithm, was missing instantiations. Make prop-eq the defa...Andrew Reynolds
2014-02-20Fix ite and iff handling in QCF. Add option for heuristic instantiation in Q...Andrew Reynolds
2014-02-14Make QCF more incremental. Fix bug in QCF handling of ITE formulas, add supp...Andrew Reynolds
2014-02-09More complete guess instantiation strategy, cvc4 now typically times out inst...Andrew Reynolds
2014-02-05Bug fix for theory strings related to old cycle detection code (was leading t...Andrew Reynolds
2014-02-04Add variable ordering for QCF to accelerate matching procedure. Preparing fo...Andrew Reynolds
2014-02-03Handle nested (universal) quantifiers in QCF algorithm. Make relevant domain...Andrew Reynolds
2014-01-30Refactor QCF slightly. Bug fix for relevant domain (non-ground terms were ad...Andrew Reynolds
2014-01-27More optimization of QCF and instantiation caching. Fix CDInstMatchTrie.Andrew Reynolds
2014-01-26More optimization of QCF. Fixed InstMatchTrie for caching instantiations. U...Andrew Reynolds
2014-01-24Simplify the QCF algorithm by more aggressive flattening, removes EqRegistry ...Andrew Reynolds
2014-01-18Performance optimization for E-matching, working on using QCF module for prop...Andrew Reynolds
2014-01-17More optimizations for quantifiers conflict find. Add trust user patterns mode.Andrew Reynolds
2014-01-15Optimizations for quantifiers conflict find: better caching, process matching...Andrew Reynolds
2014-01-10Add stats to quantifiers conflict find. Added option for qcf. Working on ha...Andrew Reynolds
2014-01-10Add new method --quant-cf for finding conflicts eagerly for quantified formul...Andrew Reynolds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback