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

start modifying plotter and problemReader to deal with shipments

This commit is contained in:
oblonski 2013-10-23 08:08:56 +02:00
parent e6f2276eb0
commit 5bd72e2bd9
2 changed files with 137 additions and 45 deletions

View file

@ -236,6 +236,8 @@ public class VrpXMLReader{
else vrpBuilder.setFleetComposition(FleetComposition.HOMOGENEOUS);
}
// private void readShipments(XMLConfiguration)
private void readServices(XMLConfiguration vrpProblem) {
List<HierarchicalConfiguration> serviceConfigs = vrpProblem.configurationsAt("services.service");