mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
reformat
This commit is contained in:
parent
5051b6960b
commit
966dc6e901
63 changed files with 1447 additions and 1466 deletions
|
|
@ -96,7 +96,7 @@ public class MultipleDepotExample {
|
|||
// SolutionPlotter.plotVrpAsPNG(vrp, "output/problem01.png", "p01");
|
||||
|
||||
/*
|
||||
* solve the problem
|
||||
* solve the problem
|
||||
*/
|
||||
VehicleRoutingAlgorithm vra = Jsprit.Builder.newInstance(vrp).setProperty(Jsprit.Parameter.THREADS, "5").buildAlgorithm();
|
||||
vra.getAlgorithmListeners().addListener(new StopWatch(), Priority.HIGH);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue