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 8fbbe098..62fcb9ac 100644 --- a/jsprit-core/src/main/java/jsprit/core/problem/VehicleRoutingProblem.java +++ b/jsprit-core/src/main/java/jsprit/core/problem/VehicleRoutingProblem.java @@ -43,7 +43,7 @@ import org.apache.log4j.Logger; /** * Contains and defines the vehicle routing problem. * - *
A routing problem is defined as jobs, vehicles and costs. + *
A routing problem is defined as jobs, vehicles, costs and constraints. * *
To construct the problem, use VehicleRoutingProblem.Builder. Get an instance of this by using the static method VehicleRoutingProblem.Builder.newInstance(). *