diff --git a/jsprit-core/src/main/java/jsprit/core/problem/VehicleRoutingProblem.java b/jsprit-core/src/main/java/jsprit/core/problem/VehicleRoutingProblem.java index 769f724a..733e45a9 100644 --- a/jsprit-core/src/main/java/jsprit/core/problem/VehicleRoutingProblem.java +++ b/jsprit-core/src/main/java/jsprit/core/problem/VehicleRoutingProblem.java @@ -62,7 +62,7 @@ public class VehicleRoutingProblem { * *

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