Fixes for quantifiers + incremental (#2009)
[cvc5.git] / src / theory / arrays /
2018-03-07 Mathias PreinerMake statistics output consistent. (#1647)
2018-03-05 Mathias PreinerEnable -Wsuggest-override by default. (#1643)
2018-02-06 Tim KingResolving warnings from -Winconsistent-missing-override...
2018-01-10 Tim KingRemoving throw specifiers for TypeRules. (#1501)
2018-01-10 Tim KingRemoving throw specifiers from type enumerators. (...
2018-01-09 Tim KingRemoving more miscellaneous throw specifiers. (#1488)
2017-12-08 Andrew ReynoldsMake collect model info return a Bool (#1421)
2017-11-15 Tim KingAdding garbage collection for Proof objects. (#1294)
2017-10-25 Tim KingSwitching EqProof to use shared_ptr everywhere. (...
2017-10-11 Tim KingCleaning up ProofArray class. (#1208)
2017-07-21 Tim KingMerge branch 'master' into cleanup-regexp
2017-07-21 Tim KingMoving from the gnu extensions for hash maps to the...
2017-07-13 Aina NiemetzMerge pull request #188 from aniemetz/cx11
2017-07-12 ajreynolMake type rules more strict for operators whose type...
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-06-30 ajreynolMinor change to trigger selection, fixes related to...
2017-06-21 Andrew ReynoldsMerge pull request #175 from CVC4/fix_uninit
2017-06-16 Clark BarrettMerge pull request #170 from CVC4/fix_2_6_parser3
2017-06-16 Clark BarrettFix for bug 639.
2017-04-28 Clark BarrettPartial fix for bug 717.
2017-04-22 Clark BarrettMerge pull request #151 from 4tXJ7f/fix_debug
2017-04-21 Clark BarrettFix for bug 681 (now gives reasonable error message...
2017-04-19 Clark BarrettMerge pull request #147 from makaimann/coverage_fix
2017-04-18 Clark BarrettFix for bug 639.
2017-04-04 ajreynolSimplify Theory::collectModelInfo interface to not...
2017-03-27 Clark BarrettMerge pull request #137 from 4tXJ7f/throw_quals
2017-03-27 Andres NotzliRemove throw qualifiers in type enumerators
2017-03-18 Clark BarrettFix to help with bug 717
2017-03-02 ajreynolEliminate Boolean term conversion. Generalizes removeIT...
2017-01-18 Andres NoetzliFix non-idempotent rewrite in Array rewriter
2016-11-03 ajreynolAdd priorities to getNextDecision. Properly handle...
2016-10-11 Paul MengMerge branch 'origin' of https://github.com/CVC4/CVC4.git
2016-09-17 guykatzzIn a ROW guard proof, if the transitivity proof does...
2016-09-17 guykatzzMerge branch 'master' of https://github.com/CVC4/CVC4
2016-09-16 GuyHandling a corner case where a ROW's guard is a constan...
2016-08-24 PaulMengMerge remote-tracking branch 'origin/master'
2016-07-06 GuyA few proof bugs fixed
2016-07-05 PaulMengMerge branch 'master' of https://github.com/CVC4/CVC4.git
2016-06-06 guykatzzMerge pull request #85 from CVC4/master_for_proof_merge
2016-06-02 GuyMerge from proof branch
2016-06-02 GuyRevert "Merging proof branch"
2016-06-02 GuyMerging proof branch
2016-04-20 PaulMengupdate from the master
2016-04-15 GuyRolling back the rewrite code
2016-04-14 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-14 GuyRemove some no-longer-required rewrites of array lemmas
2016-04-09 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-04 Tim KingUpdating the copyright headers and scripts.
2016-04-03 GuyRemoved the theory-specific merge reason types. Instead...
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-23 guykatzzMerge pull request #82 from CVC4/master_for_merge
2016-03-23 Guysquash-merge from proof branch
2016-03-07 ajreynolMinor change to F-Length inference in strings. No inter...
2016-02-04 Clark BarrettFixed two more memory leaks in array_info.cpp
2016-02-02 Tim KingMoving dump.*, command.*, model.*, and ite_removal...
2016-02-01 Tim KingFixing a memory leak in array info.
2016-01-28 Tim KingAdding listeners to Options.
2016-01-27 Liana HadareanMerged bit-vector and uf proof branch.
2016-01-15 ajreynolType enumerators take optional argument indicating...
2016-01-09 Tim KingRemoving StatisticsRegistry's static functions current...
2016-01-06 Tim KingAdd SmtGlobals Class
2016-01-01 Clark BarrettAdded propagation rule for array ext lemmas to aid...
2015-12-27 Clark BarrettMerged my changes from experimental branch (new array...
2015-12-23 Clark BarrettEnabled array propagation during lemma propagation...
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2015-09-10 ajreynolModels for codatatypes. Fixes bug 662.
2015-05-28 Liana Hadareanadded options for controlling resource step-count for...
2015-04-17 Kshitij BansalMerge pull request #72 from kbansal/decision-requirephase
2015-04-02 Kshitij BansalMerge pull request #71 from kbansal/const-are-triggers
2015-03-25 Kshitij Bansalchange const are triggers from false to true in equalit...
2015-01-07 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-12-27 Dejan JovanovicAdding an option to the equality engine constructor...
2014-11-27 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-11-17 Morgan DetersNew, uniform checkTime statistic for all theories ...
2014-11-10 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-05 Morgan DetersMerge branch '1.4.x'
2014-10-30 Clark BarrettBe more lazy about generating array lemmas
2014-10-30 Clark BarrettAdded new, much faster, care graph computation for...
2014-10-21 Clark BarrettFixed bug 590, added regression test
2014-10-17 Morgan DetersMerge branch '1.4.x'
2014-10-16 Morgan DetersMerge branch '1.4.x'
2014-10-11 Morgan DetersMerge branch '1.4.x'
2014-10-10 Kshitij BansalMerge remote-tracking branch 'origin/1.4.x'
2014-10-09 Morgan DetersMerge branch '1.4.x'
2014-10-07 Morgan DetersMerge branch '1.4.x'
2014-10-06 Morgan DetersMerge branch '1.4.x'
2014-10-06 Morgan DetersMerge branch '1.4.x'
2014-10-03 Morgan DetersMerge branch '1.4.x'
2014-10-03 Morgan DetersMerge branch '1.4.x'
2014-10-02 Clark BarrettAdded internal support for constant arrays.
2014-10-02 Morgan DetersMerge branch '1.4.x'.
2014-10-02 Clark BarrettAdded option for developer use only
2014-10-02 Clark BarrettMore model-based combination for arrays
2014-10-02 Clark BarrettBetter getEqualityStatus for arrays, smarter combinatio...
2014-07-13 Morgan DetersFix a bug in Boolean terms and arrays. Thanks to Jean...
2014-07-10 Kshitij BansalMerge remote-tracking branch 'origin/master' into segfa...
next