From 0adcb735eed7ec65f50cb5bbb46e700f6e93593c Mon Sep 17 00:00:00 2001 From: jsprit Date: Fri, 27 Dec 2013 18:50:18 +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 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(). *