1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

internal modification

This commit is contained in:
oblonski 2014-06-02 12:20:22 +02:00
parent 8ec2e7459a
commit fa2c5eb00f
2 changed files with 3 additions and 1 deletions

View file

@ -176,6 +176,8 @@ public class VehicleRoutingTransportCostsMatrix extends AbstractForwardVehicleRo
public VehicleRoutingTransportCostsMatrix build(){
return new VehicleRoutingTransportCostsMatrix(this);
}
}
private Map<RelationKey,Double> distances = new HashMap<RelationKey, Double>();