summaryrefslogtreecommitdiff
path: root/src/theory/sets/theory_sets_rewriter.cpp
AgeCommit message (Expand)Author
2021-12-13Initial cut at distinguishing uses of CONST_RATIONAL (#7682)Andrew Reynolds
2021-11-13Add operator set.map to theory of sets (#7641)mudathirmahgoub
2021-11-12Remove `ConstantMap<Rational>` (#7635)Andres Noetzli
2021-11-10sets: Rename set.intersection to set.inter. (#7622)Aina Niemetz
2021-11-08sets: Rename kinds with a more consistent naming scheme. (#7595)Aina Niemetz
2021-05-26 More precise includes of `Node` constants (#6617)Andres Noetzli
2021-04-12Refactor and update copyright headers. (#6316)Aina Niemetz
2021-04-01Rename namespace CVC5 to cvc5. (#6258)Aina Niemetz
2021-03-31Rename namespace CVC4 to CVC5. (#6249)Aina Niemetz
2021-03-09Update copyright headers to 2021. (#6081)Aina Niemetz
2021-03-02Clean up includes to reduce compile times (#6031)Gereon Kremer
2020-11-06Fix issue #5342 (#5349)mudathirmahgoub
2020-10-04Remove subtyping for sets theory (#5179)mudathirmahgoub
2020-09-22Update copyright header script to support CMake and Python files (#5067)Mathias Preiner
2020-09-14Refactoring the rewriter of sets (#4856)Andrew Reynolds
2020-09-09Add is_singleton operator to the theory of sets (#5033)mudathirmahgoub
2020-07-14Use TypeNode in EmptySet (#4740)Andres Noetzli
2020-06-16Update copyright headers.Aina Niemetz
2020-02-26Initial work towards -Wshadow (#3817)Andrew Reynolds
2019-12-12Use the node-level datatypes API (#3556)Andrew Reynolds
2019-11-09Fixes in relations related to datatypes not passed by reference (#3449)Andrew Reynolds
2019-10-30Unify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. (#3366)Mathias Preiner
2019-10-08prefer prefix ++ operator for iteratorsPiotr Trojanek
2019-03-26Update copyright headers.Aina Niemetz
2018-12-14 Fix extended rewriter for binary associative operators. (#2751)Andrew Reynolds
2018-08-17Remove miscellaneous unused code (#2333)Andrew Reynolds
2018-06-25Updated copyright headers.Aina Niemetz
2017-10-17Fixing 2 instances of an unused variable. (#1253)Tim King
2017-07-20Moving from the gnu extensions for hash maps to the c++11 hash mapsTim King
2017-07-07Update copyright headers.Mathias Preiner
2017-05-15Fix minor bug in sets rewriterAndres Noetzli
2017-04-20Support for relational operators identity and join imagePaul Meng
2017-04-12Add nullary operator metakind.ajreynol
2017-03-07More fixes for printing/parsing sets, fix kind name.ajreynol
2017-03-06Support for set compliment and universe set. Simplify approach for sep.nil no...ajreynol
2017-03-02Eliminate Boolean term conversion. Generalizes removeITE pass to remove Boole...ajreynol
2016-10-26New implementation of sets+cardinality. Merge Paul Meng's relation solver as...ajreynol
2016-10-13Revert "Merge branch 'origin' of https://github.com/CVC4/CVC4.git"Tim King
2016-04-20update from the masterPaulMeng
2016-04-19Refactored codePaulMeng
2016-04-15change transitive closure operator name to TCLOUSREPaulMeng
2016-04-14- Implement constant rewriter for relational operators for model generationPaulMeng
2016-04-07- added standard effort for transposePaulMeng
2016-03-08make skolems and tuple reduction terms as shared termsPaulMeng
2016-02-29adapted the solver to accept sets of built-in types (int, string, real)PaulMeng
2016-02-28implemented a basic solving procedure for finite relations (only forPaulMeng
2014-11-18Set Constant's normal form and other short fixesKshitij Bansal
2014-10-19Finish sets type enumerator implementation.Kshitij Bansal
2014-07-01Update copyrights.Morgan Deters
2014-06-29sets: "insert" operatorKshitij Bansal
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback