| IBM ILOG Scheduler User's Manual > Getting Started with Scheduler > Using the Trace Facilities > Solve the Problem |
Solve the Problem |
INDEX
PREVIOUS
NEXT
|
We have to ensure that this goal will be the first one executed when solving the problem. We simply write
IloGoal goal = SetTrace(env, traceLevel) && IloSetTimesForward(env, makespan); |
and then pass this goal as an argument to the method solve(IloGoal) of the class IloSolver.
Depending on the value of traceLevel, all the modifications that we are interested in will be printed during the search.
| © Copyright IBM Corp. 1987, 2009. Legal terms. | PREVIOUS NEXT |