mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
play with examples
This commit is contained in:
parent
685a2ad614
commit
6c57c8502d
5 changed files with 12 additions and 7 deletions
|
|
@ -22,6 +22,7 @@ import java.util.Collection;
|
|||
|
||||
import jsprit.analysis.toolbox.Plotter;
|
||||
import jsprit.analysis.toolbox.SolutionPrinter;
|
||||
import jsprit.analysis.toolbox.SolutionPrinter.Print;
|
||||
import jsprit.core.algorithm.VehicleRoutingAlgorithm;
|
||||
import jsprit.core.algorithm.box.SchrimpfFactory;
|
||||
import jsprit.core.problem.VehicleRoutingProblem;
|
||||
|
|
@ -111,7 +112,7 @@ public class SimpleEnRoutePickupAndDeliveryOpenRoutesExample {
|
|||
/*
|
||||
* print nRoutes and totalCosts of bestSolution
|
||||
*/
|
||||
SolutionPrinter.print(bestSolution);
|
||||
SolutionPrinter.print(problem,bestSolution,Print.VERBOSE);
|
||||
|
||||
/*
|
||||
* plot problem without solution
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue