IBM ILOG Scheduler User's Manual > Getting Started with Scheduler > Adding Breaks > Solve the Problem |
Solve the Problem |
INDEX
![]() |
To solve the problem, we use IloRankForward
, as described previously in Solve the Problem.
// Model IloEnv env; IloNumVar makespan; IloModel model = DefineModel(env, makespan); // Algorithm IloSolver solver(model); IloGoal goal = IloRankForward(env, makespan); |
© Copyright IBM Corp. 1987, 2009. Legal terms. | PREVIOUS NEXT |