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>();
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ public class LuiShenReader {
|
|||
}
|
||||
|
||||
/**
|
||||
* Reads input files to build luiShen problem.
|
||||
* Reads input files to build Liu Shen problem.
|
||||
*
|
||||
* <p>The instance-file is a solomon file. The vehicle-file is a
|
||||
* txt-file that has the following columns:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue