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(){ public VehicleRoutingTransportCostsMatrix build(){
return new VehicleRoutingTransportCostsMatrix(this); return new VehicleRoutingTransportCostsMatrix(this);
} }
} }
private Map<RelationKey,Double> distances = new HashMap<RelationKey, Double>(); private Map<RelationKey,Double> distances = new HashMap<RelationKey, Double>();

View file

@ -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 * <p>The instance-file is a solomon file. The vehicle-file is a
* txt-file that has the following columns: * txt-file that has the following columns: