3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 21:08:46 +00:00
This commit is contained in:
Thai Trinh 2017-12-08 19:29:07 +08:00
parent b8ce5509b0
commit b819b368f1

View file

@ -1269,8 +1269,7 @@ bool theory_seq::len_based_split() {
}
}
for (unsigned i = 0; i < sz; ++i) {
eq const& e = m_eqs[i];
for (auto const& e : m_eqs) {
if (len_based_split(e)) {
return true;
}