ilog.concert
Class IloObjectiveSense

java.lang.Object
  extended byilog.concert.IloObjectiveSense
All Implemented Interfaces:
java.io.Serializable

public abstract class IloObjectiveSense
extends java.lang.Object
implements java.io.Serializable

Objects of this class represent the sense of an IloObjective object. Two types are defined: Minimize and Maximize.

See Also:
Serialized Form

Field Summary
static IloObjectiveSense Maximize
          Indicates the objective sense for maximization.
static IloObjectiveSense Minimize
          Indicates the objective sense for minimization.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Minimize

public static final IloObjectiveSense Minimize
Indicates the objective sense for minimization.


Maximize

public static final IloObjectiveSense Maximize
Indicates the objective sense for maximization.