mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +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 {
|
||||
concats.insert(simConcat);
|
||||
}
|
||||
concats.insert(ast);
|
||||
} else if (is_string(eqcNode)) {
|
||||
consts.insert(ast);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue