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
1f234dea74
commit
5c09534a2d
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ public class VehicleRoutingProblem {
|
|||
*
|
||||
* <p>DELIVERIES_FIRST corresponds to the vehicle routing problem with back hauls, i.e. before a vehicle is not entirely unloaded, no pickup can be made.
|
||||
*
|
||||
* @deprecated define constraint directly - since constraints are too diverse to put them in an enum
|
||||
* @deprecated define and add constraint directly with .addConstraint(...) - since constraints are too diverse to put them in an enum
|
||||
* @author stefan
|
||||
*
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue