ilog.cplex
Class IloCplex.PrimalPricing

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

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

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


Field Summary
static int Auto
          Hybrid reduced-cost & devex pricing.
static int Devex
          Devex pricing.
static int Full
          Full pricing.
static int Partial
          Reduced-cost pricing.
static int Steep
          Steepest-edge pricing.
static int SteepQStart
          Steepest-edge pricing with slack initial norms.
 
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
Reduced-cost pricing.

See Also:
Constant Field Values

Auto

public static final int Auto
Hybrid reduced-cost & devex pricing.

See Also:
Constant Field Values

Devex

public static final int Devex
Devex pricing.

See Also:
Constant Field Values

Steep

public static final int Steep
Steepest-edge pricing.

See Also:
Constant Field Values

SteepQStart

public static final int SteepQStart
Steepest-edge pricing with slack initial norms.

See Also:
Constant Field Values

Full

public static final int Full
Full pricing.

See Also:
Constant Field Values
Constructor Detail

IloCplex.PrimalPricing

public IloCplex.PrimalPricing()