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 21:58:50 +01:00
parent 1f234dea74
commit 5c09534a2d

View file

@ -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
*
*/