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

Update VehicleRoutingProblem.java

This commit is contained in:
jsprit 2013-12-27 23:10:11 +01:00
parent 4cdae9a486
commit c0fb7bbcfa

View file

@ -463,6 +463,9 @@ public class VehicleRoutingProblem {
private VehicleRoutingActivityCosts activityCosts;
/**
* @deprecated not used anymore
*/
private Neighborhood neighborhood;
private final Map<String, Job> jobs;
@ -487,7 +490,9 @@ public class VehicleRoutingProblem {
*/
private FleetComposition fleetComposition;
/**
* deprecated
*/
private Collection<Constraint> problemConstraints;
private Collection<jsprit.core.problem.constraint.Constraint> constraints;