iterate abstract method
Perform one iteration of the algorithm, updating nodeLayout.
Returns true
if running one iteration does not change the position of
each node by much in each axis.
Implementation
bool iterate();
Perform one iteration of the algorithm, updating nodeLayout.
Returns true
if running one iteration does not change the position of
each node by much in each axis.
bool iterate();