Cache explanations in the equality engine (#2937)
[cvc5.git] / src / theory / uf / equality_engine.h
2019-04-17 Andrew ReynoldsCache explanations in the equality engine (#2937)
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-03-05 Mathias PreinerEnable -Wsuggest-override by default. (#1643)
2017-10-25 Tim KingSwitching EqProof to use shared_ptr everywhere. (...
2017-09-13 Andrew ReynoldsModify equality engine to allow operators to be marked...
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-07 Mathias PreinerUpdate copyright headers.
2017-03-02 ajreynolEliminate Boolean term conversion. Generalizes removeIT...
2016-10-11 Paul MengMerge branch 'origin' of https://github.com/CVC4/CVC4.git
2016-09-02 Tim KingMerge pull request #91 from timothy-king/no-throw
2016-09-01 Tim KingRelaxing the throw specifiers for the destructors for...
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-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-01-27 Liana HadareanMerged bit-vector and uf proof branch.
2016-01-09 Tim KingRemoving StatisticsRegistry's static functions current...
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
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-20 Dejan JovanovićMaking construction of trigger sets not use the global...
2014-07-10 Kshitij BansalMerge remote-tracking branch 'origin/master' into segfa...
2014-07-01 Morgan DetersUpdate copyrights.
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-17 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-03-14 Andrew ReynoldsAdd ability to provide theory-specific proof rules...
2014-03-11 Morgan DetersMerge branch '1.3.x'
2014-03-11 Morgan DetersMerge branch '1.3.x'
2014-02-21 Morgan DetersMerge branch '1.3.x'
2014-02-21 Morgan DetersMerge branch '1.3.x'
2014-02-21 Kshitij BansalMerge pull request #10 from kbansal/sets-for-merge
2014-02-21 Kshitij Bansaladd new theory (sets)
2014-02-19 Tim KingMerge branch '1.3.x'
2014-01-27 Morgan DetersMerge branch '1.3.x'
2014-01-18 Morgan DetersMerge branch '1.3.x'
2014-01-17 Kshitij BansalMerge branch '1.3.x'
2014-01-09 Morgan DetersMerge branch '1.3.x'
2014-01-08 Morgan DetersMerge branch '1.3.x'
2014-01-03 Andrew ReynoldsAdded support for proof production in Equality Engine...
2013-12-05 Morgan DetersUpdate copyrights, add missing file-level documentation...
2013-11-11 Morgan DetersFlatten libcvc4 build structure; remove some #include...
2013-11-07 Morgan DetersFlatten libcvc4 build structure; remove some #include...
2013-09-30 Liana Hadareanmerged golden
2013-09-13 Morgan DetersDocumentation fixes, some code typo fixes, file perms...
2013-08-26 Kshitij BansalMerge branch '1.2.x'
2013-07-19 Dejan Jovanovicpossible fix for bug 521
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
2013-04-01 Morgan DetersMerging some cleanup work:
2013-03-21 lianahMerge branch 'master' into bv-core
2013-03-21 Dejan Jovanovićfixing markings of internal nodes in equality engine
2013-03-21 lianahMerge branch 'master' into bv-core
2013-03-21 Dejan Jovanovićfixing constant evaluation bugs
2013-03-20 Liana Hadareanmerged master with dejan's constant evaluating equality...
2013-03-20 Dejan JovanovićAdding evaluation of constant terms to the equality...
2012-11-26 Dejan JovanovićAdding support for a master equality engine. Each theor...
2012-11-16 Dejan Jovanovićfixing and refactoring the equality iterator
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-10-09 Dejan Jovanovićfix for bug 415
2012-10-09 Dejan Jovanovićadding mergePredicates method to the equality engine...
2012-09-22 Morgan DetersSeparate public-facing and internal-facing interfaces...
2012-09-19 Dejan JovanovićChanging the equality engines's euivalence class iterat...
2012-08-31 Andrew Reynoldsmerge from fmf-devel branch. more updates to models...
2012-08-29 Morgan Deters* Numerous documentation fixes (fix doxygen warnings...
2012-08-14 Tim KingSwitched a number of EqClassIterator operations to...
2012-07-27 François BobotMerge quantifiers2-trunk:
2012-07-07 Morgan DetersVarious fixes to documentation---typos, some incomplete...
2012-06-14 Dejan Jovanovićchanging to a more natural propagation order in uf...
2012-06-12 Morgan Detersminor cleanup, and replace a "private:" in equality...
2012-06-11 Morgan DetersMerge from quantifiers2-trunkmerge branch.
2012-06-10 Dejan Jovanovićfixes for bug347
2012-06-07 Dejan Jovanovićfixing the wrong results. arrays equality adaptor had...
2012-06-07 Dejan Jovanovićfixing some bugs in propagation of disequalities
2012-06-06 Dejan JovanovićChanges to the combination mechanism, lots of details...
2012-05-27 Dejan JovanovićCommitting the work on equality engine, I need to see...
2012-05-24 Dejan JovanovićSignificant changes to the internals of the equality...
2012-05-21 Dejan JovanovićUpdating equality manager to handle tagged trigger...
2012-05-16 Dejan Jovanovićadding simple-minded handling of (dis-)equalities where...
2012-05-09 Dejan Jovanović* simplifying equality engine interface
2012-05-08 Liana HadareanMerging in bvprop branch, with proper bit-vector propag...
2012-04-11 Morgan Detersmerge from arrays-clark branch
2012-03-22 Dejan Jovanovićsome improvements to the sharing mechanism/interface
2012-03-06 Dejan Jovanovićupdating the equality engine to be able to give explana...
2012-02-21 Dejan JovanovićFix for bug303. The problem was with function applicati...
2012-02-08 Dejan Jovanovićfixing a bug in uf_engine application lookup backtracking
2011-12-12 Dejan Jovanović* merging some uf stuff from incremental_work branch...
2011-10-17 Dejan JovanovićSharing work
2011-09-07 Dejan Jovanovićfixes for uf/equality engine from the quantifiers branc...
next