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:
parent
e6f2276eb0
commit
5bd72e2bd9
2 changed files with 137 additions and 45 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue