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

mod example

This commit is contained in:
oblonski 2013-06-21 11:52:25 +02:00
parent 12a33d7ac9
commit 84c669f0d4

View file

@ -79,6 +79,10 @@ public class SolomonExample {
*/ */
VehicleRoutingProblemSolution solution = new SelectBest().selectSolution(solutions); VehicleRoutingProblemSolution solution = new SelectBest().selectSolution(solutions);
/*
* print solution
*/
SolutionPrinter.print(solution, Print.VERBOSE);
/* /*
* Plot solution. * Plot solution.