mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
add Examples and testTemplate for open-routes
This commit is contained in:
parent
f662e5a469
commit
2291bd23c2
8 changed files with 1448 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ public class PickupAndDeliveryExample {
|
|||
/*
|
||||
* A solomonReader reads solomon-instance files, and stores the required information in the builder.
|
||||
*/
|
||||
new VrpXMLReader(vrpBuilder).read("input/pickups_and_deliveries_solomon_r101.xml");
|
||||
new VrpXMLReader(vrpBuilder).read("input/pickups_and_deliveries_solomon_r101_withoutTWs.xml");
|
||||
|
||||
/*
|
||||
* Finally, the problem can be built. By default, transportCosts are crowFlyDistances (as usually used for vrp-instances).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue