Fix corner case of wrongly applied selector as trigger (#5786)
[cvc5.git] / src / theory / strings / sequences_rewriter.cpp
2020-12-09 Aina NiemetzFix compiler warnings. (#5644)
2020-12-08 Andrew ReynoldsProper implementation of expand definitions for sequenc...
2020-10-20 yoni206Expand `seq.nth` lazily (#5287)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-18 Andres Noetzli[Strings] Fix extended equality rewriter (#5092)
2020-09-16 Andres NoetzliOnly rewrite replace_re(_all) if regexp is const (...
2020-07-28 yoni206Supporting seq.nth (#4723)
2020-07-13 Andrew ReynoldsAdd support for string/sequence update (#4725)
2020-07-13 Andres NoetzliRemove ExprSequence (#4724)
2020-07-01 Andrew Reynolds Inferences and model construction taking into account...
2020-06-28 Andrew ReynoldsFix non-termination issues in simpleRegExpConsume ...
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-12 Andrew ReynoldsAdd rewrite for str.replace_re. (#4601)
2020-06-10 Andres NoetzliAdd support for str.replace_re/str.replace_re_all ...
2020-06-01 Andrew ReynoldsIncorporate sequences into the word interface (#4543)
2020-05-30 Andrew ReynoldsAdd the sequence type (#4539)
2020-05-26 Andrew ReynoldsConvert more uses of strings to words (#4527)
2020-05-22 Andrew Reynolds(proof-new) Add rewrite corresponding to regular expres...
2020-04-15 Andrew ReynoldsConvert more cases of strings to words (#4206)
2020-04-03 Andres NoetzliUpdate theory rewriter ownership, add stats to strings...
2020-04-03 Andrew ReynoldsSplit sequences rewriter (#4194)
2020-03-31 Andrew ReynoldsConvert more uses of string-specific functions (#4158)
2020-03-30 Andrew ReynoldsRewrites for all remaining return statements in strings...
2020-03-30 Andrew ReynoldsSupport indexed operators re.loop and re.^ (#4167)
2020-03-29 Andrew ReynoldsEnumeration for String rewrites (#4173)
2020-03-27 Andrew ReynoldsSupport unicode internal representation and escape...
2020-03-25 Andrew Reynolds Generalize more uses of string-specific functions...
2020-03-20 Andrew ReynoldsGeneralize mkConcat for types (#4123)
2020-03-20 Andrew ReynoldsSplit string-specific operators from TheoryStringsRewri...