public interface EvolvingGraphGenerator<V,E> extends GraphGenerator<V,E>
| Modifier and Type | Method and Description |
|---|---|
void |
evolveGraph(int numSteps)
Instructs the algorithm to evolve the graph N steps.
|
int |
numIterations()
Retrieves the total number of steps elapsed.
|
Copyright © 2016. All rights reserved.