mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
fix #3967 regression from using rewriter mode that splits strings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
79a2b52de0
commit
068f65c8ac
1 changed files with 1 additions and 0 deletions
|
@ -4320,6 +4320,7 @@ public:
|
|||
dependency* deps = nullptr;
|
||||
expr_ref tmp(th.m);
|
||||
if (!th.canonize(m_strings[k], deps, tmp)) tmp = m_strings[k];
|
||||
th.m_str_rewrite(tmp);
|
||||
zstring zs;
|
||||
if (th.m_util.str.is_string(tmp, zs)) {
|
||||
add_buffer(sbuffer, zs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue