mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 05:48:44 +00:00
minor
This commit is contained in:
parent
b8ce5509b0
commit
b819b368f1
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue