In this lesson, you will learn how to:
-
solve a vehicle routing problem
-
generate a first solution
-
improve the solution using local search
-
use the classes
IloDispatcher
, IloRoutingSolution
, IloGoal
, IloDichotomize
, IloRestoreSolution
, IloSavingsGenerate
, IloNHood
, IloTwoOpt
, IloOrOpt
, IloRelocate
, IloCross
, IloExchange
, IloSingleMove
, and IloImprove
You will learn how to solve a simple vehicle routing problem (VRP). To find a solution to a problem using IBM® ILOG® Dispatcher, you generate a first solution and then improve this solution using local search. This lesson is a continuation of Chapter 2, Modeling a Vehicle Routing Problem.