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 IloObjectiveSense Maximize
          Indicates the objective sense for maximization.
static IloObjectiveSense Minimize
          Indicates the objective sense for minimization.
 
Constructor Summary
IloObjectiveSense()
           
 
Method Summary
abstract  int getValue()
           
 
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.
Constructor Detail

IloObjectiveSense

public IloObjectiveSense()
Method Detail

getValue

public abstract int getValue()