Skip to content

Commit

Permalink
fix #3967 regression from using rewriter mode that splits strings
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Apr 15, 2020
1 parent 79a2b52 commit 068f65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/smt/theory_seq.cpp
Expand Up @@ -4320,6 +4320,7 @@ class theory_seq::seq_value_proc : public model_value_proc {
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);
Expand Down

0 comments on commit 068f65c

Please sign in to comment.