Eliminating static calls to rewriter from strings (#7302)
[cvc5.git] / src / theory / strings / term_registry.cpp
2021-10-04 Andrew ReynoldsEliminating static calls to rewriter from strings ...
2021-09-29 Andrew ReynoldsAdd the strings array solver (#7232)
2021-09-13 Andres NoetzliRemove context getters from `TheoryState` (#7174)
2021-06-28 Andrew ReynoldsRename internal string kinds to match API (#6797)
2021-06-22 Andrew ReynoldsSet up fine grained equality notifications (#6734)
2021-06-04 Andres NoetzliFix handling of start index in `str.indexof_re` (#6674)
2021-05-27 Andres NoetzliFix `str.replace_re` and `str.replace_re_all` (#6615)
2021-05-26 Andres Noetzli More precise includes of `Node` constants (#6617)
2021-05-18 Andrew Reynolds(proof-new) Miscellaneous updates to strings from proof...
2021-05-13 Mathias PreinerAdd std::hash overloads for Node, TNode and TypeNode...
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-01 Aina NiemetzRename namespace CVC5 to cvc5. (#6258)
2021-03-31 Aina NiemetzRename namespace CVC4 to CVC5. (#6249)
2021-03-21 Andrew ReynoldsSimplify strings term registration (#6174)
2021-03-16 Andrew ReynoldsFurther standardization of strings statistics (#6128)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-02-10 Andrew ReynoldsSimplify method for inferring proxy lemmas in strings...
2020-12-14 Andrew ReynoldsFix SAT-context dependent issue in strings preregistrat...
2020-11-06 Andrew Reynolds(proof-new) Miscellaneous changes to strings for proofs...
2020-11-02 Andrew ReynoldsUpdate strings proxy variable map to be context indepen...
2020-10-23 Andrew ReynoldsFix related to preregistering boolean term variables...
2020-10-20 yoni206Expand `seq.nth` lazily (#5287)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-09 Andrew Reynolds(proof-new) Generalize single step helper in eager...
2020-08-20 Andrew ReynoldsSimplify trigger notifications in equality engine ...
2020-08-19 Andres NoetzliRequire `--strings-exp` when using `str.substr` (#4916)
2020-08-17 Andrew ReynoldsDynamic allocation of equality engine in Theory (#4890)
2020-08-12 Andrew Reynolds(proof-new) Proof support in the strings term registry...
2020-08-05 Andres Noetzli[Strings] Add eager context-dependent evaluation (...
2020-07-13 Andrew ReynoldsAdd support for string/sequence update (#4725)
2020-07-06 Andrew ReynoldsFront end support for sequences (#4690)
2020-06-19 Andrew Reynolds(proof-new) Updates to strings term registry (#4599)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-10 Andres NoetzliAdd support for str.replace_re/str.replace_re_all ...
2020-05-28 Andrew ReynoldsFix term registry for constant case, simplify. (#4538)
2020-05-21 Andrew ReynoldsThrow logic exception for equality between regular...
2020-04-28 Andres NoetzliRegister lower bound for str.to_int (#4408)
2020-04-15 Andrew ReynoldsSplit TermRegistry object from TheoryStrings (#4312)