Implement and enable --dt-var-exp-quant, cleanup trace messages, minor changes for...
[cvc5.git] / src / theory / quantifiers / quant_conflict_find.cpp
2014-09-03 ajreynolImplement and enable --dt-var-exp-quant, cleanup trace...
2014-08-22 Morgan DetersMerge branch '1.4.x'
2014-08-22 Morgan DetersMerge branch '1.4.x'
2014-08-19 Morgan DetersMerge branch '1.4.x'
2014-08-18 Morgan DetersMerge branch '1.4.x'
2014-08-01 ajreynolMinor cleanup from previous commit. Better organizatio...
2014-07-31 ajreynolNew module for generating candidate equality conjecture...
2014-07-10 Kshitij BansalMerge remote-tracking branch 'origin/master' into segfa...
2014-07-01 Morgan DetersUpdate copyrights.
2014-06-26 Morgan DetersMerge tag 'smtcomp2014-resubmission'
2014-06-22 Morgan DetersMerge tag 'smtcomp2014-application'
2014-06-19 Morgan Detersdos2unix-convert some sources.
2014-06-16 Morgan Detersdos2unix-convert some sources.
2014-06-03 ajreynolSupport E-matching/QCF for Set operators.
2014-05-25 Andrew ReynoldsImprove quantifier instantiation: always use original...
2014-05-01 ajreynolMinor optimizations to datatypes, revert to checkClash...
2014-05-01 Kshitij BansalMerge remote-tracking branch 'upstream/master' into...
2014-04-30 Tim KingT-entailment work, and QCF (quant conflict find) work...
2014-04-28 Kshitij BansalMerge remote-tracking branch 'upstream/master' into...
2014-04-10 Andrew ReynoldsExpand definitions in theory datatypes, now has the...
2014-04-01 Tim KingMerge branch '1.3.x'
2014-03-26 Morgan DetersMerge branch '1.3.x'
2014-03-21 Kshitij BansalMerge pull request #22 from kbansal/sets-model
2014-03-12 Andrew ReynoldsWork on array pf signature, add working example. Add...
2014-03-12 Andrew ReynoldsMinor fixes post-merge of RR.
2014-03-11 Morgan DetersMerge branch '1.3.x'
2014-03-11 Morgan DetersMerge branch '1.3.x'
2014-03-11 Andrew ReynoldsInitial refactor of rewrite rules, make theory_rewriter...
2014-03-10 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-03-08 Tim KingMerge remote-tracking branch 'CVC4root/master'
2014-03-08 Morgan DetersRemove --ite-remove-quant; support pulling ground ITEs...
2014-03-01 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-02-27 Andrew ReynoldsBug fix for QCF algorithm, was missing instantiations...
2014-02-21 Morgan DetersMerge branch '1.3.x'
2014-02-21 Morgan DetersMerge branch '1.3.x'
2014-02-20 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-02-20 Andrew ReynoldsFix ite and iff handling in QCF. Add option for heuris...
2014-02-19 Tim KingMerge branch '1.3.x'
2014-02-17 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-02-14 Andrew ReynoldsMake QCF more incremental. Fix bug in QCF handling...
2014-02-11 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-02-09 Andrew ReynoldsMore complete guess instantiation strategy, cvc4 now...
2014-02-05 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-02-05 Andrew ReynoldsBug fix for theory strings related to old cycle detecti...
2014-02-04 Andrew ReynoldsAdd variable ordering for QCF to accelerate matching...
2014-02-03 Andrew ReynoldsHandle nested (universal) quantifiers in QCF algorithm...
2014-01-30 Andrew ReynoldsRefactor QCF slightly. Bug fix for relevant domain...
2014-01-27 Morgan DetersMerge branch '1.3.x'
2014-01-27 Andrew ReynoldsMore optimization of QCF and instantiation caching...
2014-01-26 Andrew ReynoldsMore optimization of QCF. Fixed InstMatchTrie for...
2014-01-24 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-01-24 Andrew ReynoldsSimplify the QCF algorithm by more aggressive flattenin...
2014-01-18 Andrew ReynoldsPerformance optimization for E-matching, working on...
2014-01-18 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-01-18 Morgan DetersMerge branch '1.3.x'
2014-01-17 Andrew ReynoldsMore optimizations for quantifiers conflict find. ...
2014-01-17 Kshitij BansalMerge branch '1.3.x'
2014-01-16 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-01-15 Andrew ReynoldsOptimizations for quantifiers conflict find: better...
2014-01-10 Andrew ReynoldsAdd stats to quantifiers conflict find. Added option...
2014-01-10 Andrew ReynoldsAdd new method --quant-cf for finding conflicts eagerly...