3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +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) { for (auto const& e : m_eqs) {
eq const& e = m_eqs[i];
if (len_based_split(e)) { if (len_based_split(e)) {
return true; return true;
} }