3
0
Fork 0
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:
Murphy Berzish 2016-08-06 15:32:37 -04:00
parent 0c4e725902
commit 91c336d7ee

View file

@ -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 {