ilog.cplex
Class IloCplex.DoubleParam

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

public abstract static class IloCplex.DoubleParam
extends java.lang.Object

Symbolic parameter names for double-valued IloCplex parameters.


Field Summary
static IloCplex.DoubleParam BarEpComp
           
static IloCplex.DoubleParam BarGrowth
           
static IloCplex.DoubleParam BarObjRng
           
static IloCplex.DoubleParam BarQCPEpComp
           
static IloCplex.DoubleParam BtTol
           
static IloCplex.DoubleParam CutLo
           
static IloCplex.DoubleParam CutsFactor
           
static IloCplex.DoubleParam CutUp
           
static IloCplex.DoubleParam EpAGap
           
static IloCplex.DoubleParam EpGap
           
static IloCplex.DoubleParam EpInt
           
static IloCplex.DoubleParam EpMrk
           
static IloCplex.DoubleParam EpOpt
           
static IloCplex.DoubleParam EpPer
           
static IloCplex.DoubleParam EpRHS
           
static IloCplex.DoubleParam NetEpOpt
           
static IloCplex.DoubleParam NetEpRHS
           
static IloCplex.DoubleParam ObjDif
           
static IloCplex.DoubleParam ObjLLim
           
static IloCplex.DoubleParam ObjULim
           
static IloCplex.DoubleParam RelObjDif
           
static IloCplex.DoubleParam TiLim
           
static IloCplex.DoubleParam TreLim
           
static IloCplex.DoubleParam WorkMem
           
 
Constructor Summary
IloCplex.DoubleParam()
           
 
Method Summary
abstract  int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EpMrk

public static final IloCplex.DoubleParam EpMrk

EpOpt

public static final IloCplex.DoubleParam EpOpt

EpPer

public static final IloCplex.DoubleParam EpPer

EpRHS

public static final IloCplex.DoubleParam EpRHS

NetEpOpt

public static final IloCplex.DoubleParam NetEpOpt

NetEpRHS

public static final IloCplex.DoubleParam NetEpRHS

TiLim

public static final IloCplex.DoubleParam TiLim

BtTol

public static final IloCplex.DoubleParam BtTol

CutLo

public static final IloCplex.DoubleParam CutLo

CutUp

public static final IloCplex.DoubleParam CutUp

EpGap

public static final IloCplex.DoubleParam EpGap

EpInt

public static final IloCplex.DoubleParam EpInt

EpAGap

public static final IloCplex.DoubleParam EpAGap

ObjDif

public static final IloCplex.DoubleParam ObjDif

ObjLLim

public static final IloCplex.DoubleParam ObjLLim

ObjULim

public static final IloCplex.DoubleParam ObjULim

RelObjDif

public static final IloCplex.DoubleParam RelObjDif

CutsFactor

public static final IloCplex.DoubleParam CutsFactor

TreLim

public static final IloCplex.DoubleParam TreLim

WorkMem

public static final IloCplex.DoubleParam WorkMem

BarEpComp

public static final IloCplex.DoubleParam BarEpComp

BarQCPEpComp

public static final IloCplex.DoubleParam BarQCPEpComp

BarGrowth

public static final IloCplex.DoubleParam BarGrowth

BarObjRng

public static final IloCplex.DoubleParam BarObjRng
Constructor Detail

IloCplex.DoubleParam

public IloCplex.DoubleParam()
Method Detail

getValue

public abstract int getValue()