| bean.getMinRunTime(),
bean.getMaxRunTime(),
bean.getAvgIterations(),
avgMod/(double) RUNS,
minMod, maxMod);
server.shutdown();
}
// A Zachary karate club which is distributed over 3 nodes, round-robin.
private class DistributedZachBuilder implements DLPAGraphBuilder {
private final UndirectedGraph<LabelVertex, WeightedEdge> graph;
|