summaryrefslogtreecommitdiff
path: root/test/unit/theory/strings_rewriter_white.cpp
AgeCommit message (Collapse)Author
2021-05-26 More precise includes of `Node` constants (#6617)Andres Noetzli
We store constants, e.g., BitVector and Rational, in our node infrastructure. As a result, we were indirectly including some headers in almost all files, e.g., the GMP headers. This commit changes that by forward-declaring the classes for the constants. As a result, we have to include headers like util/rational.h explicitly when we use Rational but it saves about 3 minutes in compile time (CPU time). The commit changes RoundingMode from an enum to an enum class such that it can be forward declared.
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-02-26google test: theory: Migrate theory_sets_type_enumerator_white. (#6000)Aina Niemetz
2021-02-23google test: theory: Migrate strings_rewriter_white. (#5976)Aina Niemetz
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback