mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
e0 instead of first?
This commit is contained in:
parent
6f18335604
commit
a406e01fb8
1 changed files with 1 additions and 2 deletions
|
@ -744,10 +744,9 @@ namespace polysat {
|
|||
return false;
|
||||
entry const* e0 = e;
|
||||
|
||||
|
||||
do {
|
||||
entry const* n = e->next();
|
||||
while (n != first) {
|
||||
while (n != e0) {
|
||||
entry const* n1 = n->next();
|
||||
if (n1 == e)
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue