mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +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) {
|
||||
eq const& e = m_eqs[i];
|
||||
for (auto const& e : m_eqs) {
|
||||
if (len_based_split(e)) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue