FloatingPoint: Separate out symFPU glue code. (#5492)
[cvc5.git] / src / theory / arrays /
2020-10-06 Andrew Reynolds(proof-new) Add interface for trusted substitution...
2020-10-03 Andrew ReynoldsStandardization of Theory (#5181)
2020-10-01 Andrew Reynolds(proof-new) Make arrays proof producing (#5112)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-21 Andrew Reynolds(proof-new) Add the arrays proof checker (#5047)
2020-09-18 Andrew ReynoldsLogic exception for arrays indexed by arrays (#5073)
2020-09-16 Abdalrhman MohamedDump commands in internal code using command printing...
2020-09-02 Andrew Reynolds(new theory) Update TheoryArrays to the new standard...
2020-09-01 Haniel BarbosaRemoves old proof code (#4964)
2020-08-31 Andrew ReynoldsSimplify interface for computing relevant terms. (...
2020-08-24 Andrew ReynoldsExtend the standard Theory template based on equality...
2020-08-21 Andrew ReynoldsLimit trigger terms to shared terms in arrays (#4932)
2020-08-21 Andrew ReynoldsRemove spurious theory methods calls (#4931)
2020-08-20 Andrew ReynoldsAdd TheoryState objects to each Theory (#4920)
2020-08-20 Andrew ReynoldsSimplify trigger notifications in equality engine ...
2020-08-18 Andrew ReynoldsStandardize collectModelInfo and theory-specific collec...
2020-08-17 Andrew ReynoldsDynamic allocation of equality engine in Theory (#4890)
2020-08-14 Andrew ReynoldsSimplify equality engine notifications (#4896)
2020-07-31 Andrew ReynoldsStandardize explanations in arrays (#4804)
2020-07-28 Andrew ReynoldsRemove arrays lazy rintro option (#4806)
2020-07-28 Andrew ReynoldsUse lemma property enum for OutputChannel::lemma (...
2020-07-14 Andres NoetzliUse TypeNode/Node in ArrayStoreAll (#4728)
2020-07-11 Andrew Reynolds(proof-new) Update Theory interface for proof-new ...
2020-06-23 Mathias PreinerAdd support for eqrange predicate (#4562)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-05-20 Andrew ReynoldsDo not eliminate variables that are equal to unevaluata...
2020-04-03 Andres NoetzliUpdate theory rewriter ownership, add stats to strings...
2020-04-02 Andres NoetzliInitialize theory rewriters in theories (#4197)
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-02-27 Andrew ReynoldsInitial work towards -Wshadow (#3817)
2020-02-20 Mathias Preinerresource manager: Add statistic for every resource...
2020-02-03 Clark BarrettFix corner case - might need to REWRITE_AGAIN (#3706)
2019-12-09 Andres NoetzliMake theory rewriters non-static (#3547)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-10-08 Piotr Trojanekprefer prefix ++ operator for iterators
2019-09-19 Andrew ReynoldsSupport context-(in)dependent decision strategies....
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-09-22 Mathias Preinercmake: Remove unused CMakeLists.txt
2018-09-22 Aina Niemetzcmake: Added initial build infrastructure.
2018-09-19 Andrew ReynoldsDecision strategy: incorporate arrays. (#2495)
2018-08-16 Andres NoetzliMove node algorithms to separate file (#2311)
2018-08-15 Andres NoetzliRemove unused tuple classes (#2313)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-06-04 Andrew ReynoldsMove assertion. (#2051)
2018-05-30 Andres NoetzliFix for issue #2002 (#2012)
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...
next