mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 06:53:58 +00:00
fix erroneous vector double-insert in theory_str::group_terms_by_eqc()
This commit is contained in:
parent
0c4e725902
commit
91c336d7ee
1 changed files with 0 additions and 1 deletions
|
@ -1588,7 +1588,6 @@ void theory_str::group_terms_by_eqc(expr * n, std::set<expr*> & concats, std::se
|
||||||
} else {
|
} else {
|
||||||
concats.insert(simConcat);
|
concats.insert(simConcat);
|
||||||
}
|
}
|
||||||
concats.insert(ast);
|
|
||||||
} else if (is_string(eqcNode)) {
|
} else if (is_string(eqcNode)) {
|
||||||
consts.insert(ast);
|
consts.insert(ast);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue