Skip to content

Commit

Permalink
fix #6687
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Apr 13, 2023
1 parent b783879 commit 1a70ac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ast/converters/expr_inverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ class seq_expr_inverter : public iexpr_inverter {
expr* x, *y;

if (uncnstr(args[0]) && num == 2 &&
args[1]->get_ref_count() == 1 &&
seq.str.is_concat(args[1], x, y) &&
uncnstr(x)) {
mk_fresh_uncnstr_var_for(f, r);
Expand Down

0 comments on commit 1a70ac7

Please sign in to comment.