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:
parent
4cdae9a486
commit
c0fb7bbcfa
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue