In this lesson, you will learn how to:
-
model a vehicle routing problem
-
create dimensions, nodes, visits, and vehicles
-
use IBM® ILOG® Concert Technology's csv reader functionality
-
use the classes
IloDimension1
, IloDimension2
, IloCsvReader
, IloNode
, IloVisit
, and IloVehicle
You will learn how to model a simple vehicle routing problem (VRP). To find a solution to a problem using IBM® ILOG® Dispatcher, you will use the three-stage method: describe, model, and solve. This lesson shows how to describe and model a VRP. The next lesson is a continuation of this one and shows how to solve a VRP.