ilog.cplex
Class IloCplexBoolParam

java.lang.Object
  |
  +--ilog.cplex.IloCplexBoolParam

public class IloCplexBoolParam
extends java.lang.Object

The symbolic parameter names class for IloCplex parameters with boolean values. The enumeration IloCplexBoolParam lists the parameters that require Boolean values. Boolean values are also known in certain contexts as binary values or as zero-one values. Use these values with the member functions that accept Boolean parameters: IloCplex.getParam and IloCplex.setParam.


Field Summary
static IloCplexBoolParam AdvInd
           
static IloCplexBoolParam BarOOC
           
static IloCplexBoolParam DepInd
           
static IloCplexBoolParam EffSlackInd
           
static IloCplexBoolParam MIPOrdInd
           
static IloCplexBoolParam MIPStart
           
static IloCplexBoolParam PerInd
           
static IloCplexBoolParam PreInd
           
static IloCplexBoolParam RelaxPreInd
           
static IloCplexBoolParam ReverseInd
           
static IloCplexBoolParam XXXInd
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AdvInd

public static IloCplexBoolParam AdvInd

DepInd

public static IloCplexBoolParam DepInd

PreInd

public static IloCplexBoolParam PreInd

EffSlackInd

public static IloCplexBoolParam EffSlackInd

MIPStart

public static IloCplexBoolParam MIPStart

ReverseInd

public static IloCplexBoolParam ReverseInd

XXXInd

public static IloCplexBoolParam XXXInd

MIPOrdInd

public static IloCplexBoolParam MIPOrdInd

RelaxPreInd

public static IloCplexBoolParam RelaxPreInd

PerInd

public static IloCplexBoolParam PerInd

BarOOC

public static IloCplexBoolParam BarOOC