mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
mod example
This commit is contained in:
parent
12a33d7ac9
commit
84c669f0d4
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue