mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
fix #6687
This commit is contained in:
parent
b783879752
commit
1a70ac75df
1 changed files with 1 additions and 0 deletions
|
@ -757,6 +757,7 @@ public:
|
||||||
expr* x, *y;
|
expr* x, *y;
|
||||||
|
|
||||||
if (uncnstr(args[0]) && num == 2 &&
|
if (uncnstr(args[0]) && num == 2 &&
|
||||||
|
args[1]->get_ref_count() == 1 &&
|
||||||
seq.str.is_concat(args[1], x, y) &&
|
seq.str.is_concat(args[1], x, y) &&
|
||||||
uncnstr(x)) {
|
uncnstr(x)) {
|
||||||
mk_fresh_uncnstr_var_for(f, r);
|
mk_fresh_uncnstr_var_for(f, r);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue