Open
Description
Thanks a lot for making your implementation public. I am able to understand this do-while in bits and pieces but not fully. I am not able to understand when this loop breaks
{
(stop <= progressCounter && (even || (updated > 0 && count < maxIter)))
}
This loop should break only when even=false (means on odd cycles). Would you be kind to explain this do-while loop in detail?
Also you compress this graph to a new graph only when numberOfPasses (=2*count) > 2, why?
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels