Overview | Group | Tree | Graph | Index | Concepts |
An instance of the class IloObjective
represents an objective in a model. This nested enumeration is limited
in scope to that class, and its values specify the sense of an
objective; that is, whether it is a minimization
(Minimize
) or a maximization (Maximize
).
See Also:
Fields |
---|
Minimize = 1 | |
Maximize = -1 |