IBM ILOG Dispatcher User's Manual > Field Service Solutions > Dispatching Technicians II > Solve |
Solve |
INDEX
![]() |
The solution is computed, improved, and displayed by methods previously presented for the PDP problem, with the addition of one goal.
Step 14 - | Add the goals |
Add the following code after the comment //Add the goals
.
IloInsertionGenerate
is an insertion heuristic algorithm used to build a first solution for a routing plan. An insertion heuristic builds a solution to the routing model using an algorithm which consists of inserting visits at the lowest cost position at the time of insertion. This insertion point will not necessarily be the visit's lowest cost position when the entire routing plan has been constructed.
Step 15 - | Compile and run the program |
The solution improvement phase finds a solution using 4 vehicles with a cost of 619.143 units
© Copyright IBM Corp. 1987, 2009. Legal terms. | PREVIOUS NEXT |