1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

mod simpleEx

This commit is contained in:
Stefan Schroeder 2013-12-11 16:43:42 +01:00
parent 8e862b524e
commit f7378a4401

View file

@ -106,7 +106,7 @@ public class SimpleExample {
*/ */
// SolutionPlotter.plotSolutionAsPNG(problem, bestSolution, "output/solution.png", "solution"); // SolutionPlotter.plotSolutionAsPNG(problem, bestSolution, "output/solution.png", "solution");
new GraphStreamViewer(problem, bestSolution).display(); new GraphStreamViewer(problem, bestSolution).setRenderDelay(100).display();
} }
} }