ilog.concert
Class IloObjectiveSense

java.lang.Object
  |
  +--ilog.concert.IloObjectiveSense

public abstract class IloObjectiveSense
extends java.lang.Object

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


Field Summary
static ilog.concert.IloObjectiveSense Maximize
          Indicates the objective sense for maximization.
static ilog.concert.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 ilog.concert.IloObjectiveSense Minimize
Indicates the objective sense for minimization.


Maximize

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