mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
internal modification
This commit is contained in:
parent
8ec2e7459a
commit
fa2c5eb00f
2 changed files with 3 additions and 1 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue