IBM ILOG Dispatcher User's Manual > The Basics > Adding Visit Disjunctions > Model

Once you have written a description of your problem, you can use Dispatcher classes to model it.

Step 2   -  

Open the example file

Open the example file YourDispatcherHome/examples/src/tutorial/disjunct_partial.cpp in your development environment. This file is a program that is only partially completed. You will fill in the blanks in each step in this lesson. At the end of this lesson, you will have completed the code for the problem and you will be able to compile and run it.

As in Chapter 2, Modeling a Vehicle Routing Problem, you create a RoutingModel class, which is used to model the problem.