IBM ILOG Dispatcher User's Manual > The Basics > Minimizing the Number of Vehicles > Solve |
Solve |
INDEX
![]() |
Because the standard approach to vehicle routing problems described in Lesson 3 Solving a Vehicle Routing Problem can be inefficient when tackling the problem of minimizing the number of vehicles used to solve a VRP, this lesson presents another method, based on the use of instances of IloRoutingSolution
and dynamic insertion of visits.
Here is a short description of the proposed heuristic:
solution
, an instance of IloRoutingSolution
.
solution
.
solution
.
As in Chapter 3, Solving a Vehicle Routing Problem, you create the RoutingSolver
class, which is used to solve the vehicle routing problem.
© Copyright IBM Corp. 1987, 2009. Legal terms. | PREVIOUS NEXT |