ilog.cplex
Class IloCplex.DualPricing

java.lang.Object
  |
  +--ilog.cplex.IloCplex.DualPricing

public static class IloCplex.DualPricing
extends java.lang.Object

A class which lists values that the dual pricing parameter can assume in IloCplex for use with the dual simplex algorithm. Use these values with the method setParam when setting the dual pricing indicator.


Field Summary
static int Auto
          Sets the dual pricing parameter value for Auto to 0
static int Full
          Sets the dual pricing parameter value for Full to 1
static int FullSteep
          Sets the dual pricing parameter value for FulSteep to 3
static int Steep
          Sets the dual pricing parameter value for Steep to 2
static int SteepQStart
          Sets the dual pricing parameter value for SteepQStart to 4
 
Constructor Summary
IloCplex.DualPricing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Auto

public static final int Auto
Sets the dual pricing parameter value for Auto to 0

Full

public static final int Full
Sets the dual pricing parameter value for Full to 1

Steep

public static final int Steep
Sets the dual pricing parameter value for Steep to 2

FullSteep

public static final int FullSteep
Sets the dual pricing parameter value for FulSteep to 3

SteepQStart

public static final int SteepQStart
Sets the dual pricing parameter value for SteepQStart to 4
Constructor Detail

IloCplex.DualPricing

public IloCplex.DualPricing()