Rename getAntecedent to getPremises (#5754)
[cvc5.git] / src / theory / strings / term_registry.cpp
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)