ilog.cplex
Class IloCplex.DualPricing

java.lang.Object
  |
  +--ilog.cplex.IloCplex.DualPricing
Enclosing class:
IloCplex

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

Enumeration of possible values for the dual pricing parameter IloCplex.IntParam.DPriInd. Use these values with the method setParam(IloCplex.DPriInd, value) when setting the dual pricing indicator.


Field Summary
static int Auto
          Pricing algorithm determined automatically.
static int Devex
          Devex pricing.
static int Full
          Full pricing.
static int FullSteep
          Steepest- edge pricing in slack space
static int Steep
          Steepest-edge pricing.
static int SteepQStart
          Steepest- edge pricing, unit initial norms.
 
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
Pricing algorithm determined automatically.

See Also:
Constant Field Values

Full

public static final int Full
Full pricing.

See Also:
Constant Field Values

Steep

public static final int Steep
Steepest-edge pricing.

See Also:
Constant Field Values

FullSteep

public static final int FullSteep
Steepest- edge pricing in slack space

See Also:
Constant Field Values

SteepQStart

public static final int SteepQStart
Steepest- edge pricing, unit initial norms.

See Also:
Constant Field Values

Devex

public static final int Devex
Devex pricing.

See Also:
Constant Field Values
Constructor Detail

IloCplex.DualPricing

public IloCplex.DualPricing()