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.AlgorithmSearchProgressChartListener;
|
||||
import jsprit.analysis.toolbox.Plotter;
|
||||
import jsprit.analysis.toolbox.Plotter.Label;
|
||||
import jsprit.analysis.toolbox.SolutionPrinter.Print;
|
||||
import jsprit.analysis.toolbox.SolutionPrinter;
|
||||
import jsprit.core.algorithm.VehicleRoutingAlgorithm;
|
||||
import jsprit.core.algorithm.io.VehicleRoutingAlgorithms;
|
||||
|
|
@ -93,7 +94,7 @@ public class VRPWithBackhaulsExample {
|
|||
/*
|
||||
* print solution
|
||||
*/
|
||||
SolutionPrinter.print(solution);
|
||||
SolutionPrinter.print(vrp,solution,Print.VERBOSE);
|
||||
|
||||
/*
|
||||
* Plot solution.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue