Fix str.update reduction (#6696)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Tue, 8 Jun 2021 06:11:28 +0000 (01:11 -0500)
committerGitHub <noreply@github.com>
Tue, 8 Jun 2021 06:11:28 +0000 (23:11 -0700)
commit2cddf7e216d3d2015a42246ef7a76b75ccaf6462
tree3cc8b7189be241c0999e73f3f05dec593001e800
parent7e9e71c7bd2bcbdcb2cef0d8f99bf34082bf4081
Fix str.update reduction (#6696)

Fixes the 2nd benchmark from #6653.
src/theory/strings/theory_strings_preprocess.cpp
test/regress/CMakeLists.txt
test/regress/regress1/strings/issue6653-2-update-c-len.smt2 [new file with mode: 0644]