From 5c09534a2d70a40aa9b44789a2dff1e3e8fecdc9 Mon Sep 17 00:00:00 2001 From: jsprit Date: Fri, 27 Dec 2013 21:58:50 +0100 Subject: [PATCH] Update VehicleRoutingProblem.java --- .../main/java/jsprit/core/problem/VehicleRoutingProblem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * */