ilog.cplex
Class IloCplex.PrimalPricing

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

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

This class lists values that the primal pricing parameter can assume in IloCplex for use with the primal simplex algorithm. Use these values with the method setParam() when setting the primal pricing indicator.


Field Summary
static int Auto
          Sets the primal pricing parameter Auto to 0
static int Devex
          Sets the primal pricing parameter Devex to 1
static int Full
          Sets the primal pricing parameter Full to 4
static int Partial
          Sets the primal pricing parameter Partial to -1
static int Steep
          Sets the primal pricing parameter Steep to 2
static int SteepQStart
          Sets the primal pricing parameter SteepQStart to 3
 
Constructor Summary
IloCplex.PrimalPricing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Partial

public static final int Partial
Sets the primal pricing parameter Partial to -1

Auto

public static final int Auto
Sets the primal pricing parameter Auto to 0

Devex

public static final int Devex
Sets the primal pricing parameter Devex to 1

Steep

public static final int Steep
Sets the primal pricing parameter Steep to 2

SteepQStart

public static final int SteepQStart
Sets the primal pricing parameter SteepQStart to 3

Full

public static final int Full
Sets the primal pricing parameter Full to 4
Constructor Detail

IloCplex.PrimalPricing

public IloCplex.PrimalPricing()