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:
parent
20e89383f2
commit
0adcb735ee
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ import org.apache.log4j.Logger;
|
|||
/**
|
||||
* Contains and defines the vehicle routing problem.
|
||||
*
|
||||
* <p>A routing problem is defined as jobs, vehicles and costs.
|
||||
* <p>A routing problem is defined as jobs, vehicles, costs and constraints.
|
||||
*
|
||||
* <p> To construct the problem, use VehicleRoutingProblem.Builder. Get an instance of this by using the static method VehicleRoutingProblem.Builder.newInstance().
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue