Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Apr 13, 2023
1 parent 7cd8edc commit b783879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tactic/core/elim_uncnstr_tactic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,7 @@ class elim_uncnstr_tactic : public tactic {
app * r = nullptr;
expr* x, *y;
if (uncnstr(args[0]) && num == 2 &&
args[1]->get_ref_count() == 1 &&
m_seq_util.str.is_concat(args[1], x, y) &&
uncnstr(x)) {
if (!mk_fresh_uncnstr_var_for(f, num, args, r))
Expand Down

0 comments on commit b783879

Please sign in to comment.