IBM ILOG Scheduler User's Manual > Getting Started with Scheduler > Adding Breaks > Define the Problem, Design a Model > Define the Objective |
Define the Objective |
INDEX
![]() |
The Concert Technology function IloMinimize
is used to set the objective of minimizing the makespan.
/* SET THE OBJECTIVE */ model.add(IloMinimize(env, makespan)); |
© Copyright IBM Corp. 1987, 2009. Legal terms. | PREVIOUS NEXT |