mirror of
https://github.com/Z3Prover/z3
synced 2025-06-01 20:01:20 +00:00
minor
This commit is contained in:
parent
b8ce5509b0
commit
b819b368f1
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue