ilog.cplex
Class IloCplex.DoubleParam

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

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

Symbolic parameter names for double-valued IloCplex parameters.


Field Summary
static IloCplex.DoubleParam BarEpComp
          Double control parameter.
static IloCplex.DoubleParam BarGrowth
          Double control parameter.
static IloCplex.DoubleParam BarObjRng
          Double control parameter.
static IloCplex.DoubleParam BarVarUp
          Double control parameter.
static IloCplex.DoubleParam BtTol
          Double control parameter.
static IloCplex.DoubleParam CutLo
          Double control parameter.
static IloCplex.DoubleParam CutsFactor
          Double control parameter.
static IloCplex.DoubleParam CutUp
          Double control parameter.
static IloCplex.DoubleParam EpAGap
          Double control parameter.
static IloCplex.DoubleParam EpGap
          Double control parameter.
static IloCplex.DoubleParam EpInt
          Double control parameter.
static IloCplex.DoubleParam EpMrk
          Double control parameter.
static IloCplex.DoubleParam EpOpt
          Double control parameter.
static IloCplex.DoubleParam EpPer
          Double control parameter.
static IloCplex.DoubleParam EpRHS
          Double control parameter.
static IloCplex.DoubleParam ObjDif
          Double control parameter.
static IloCplex.DoubleParam ObjLLim
          Double control parameter.
static IloCplex.DoubleParam ObjULim
          Double control parameter.
static IloCplex.DoubleParam RelObjDif
          Double control parameter.
static IloCplex.DoubleParam TiLim
          Double control parameter.
static IloCplex.DoubleParam TreLim
          Double control parameter.
static IloCplex.DoubleParam WorkMem
          Double control parameter.
 
Constructor Summary
IloCplex.DoubleParam()
           
 
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
Double control parameter. See CPX_PARAM_EPMRK in the C API, or IloCplex::NumParam::EpMrk in the C++ API for further information

EpOpt

public static final IloCplex.DoubleParam EpOpt
Double control parameter. See CPX_PARAM_EPOPT in the C API, or IloCplex::NumParam::EpOpt in the C++ API for further information

EpPer

public static final IloCplex.DoubleParam EpPer
Double control parameter. See CPX_PARAM_EPPER in the C API, or IloCplex::NumParam::EpPer in the C++ API for further information

EpRHS

public static final IloCplex.DoubleParam EpRHS
Double control parameter. See CPX_PARAM_EPRHS in the C API, or IloCplex::NumParam::EpRHS in the C++ API for further information

TiLim

public static final IloCplex.DoubleParam TiLim
Double control parameter. See CPX_PARAM_TILIM in the C API, or IloCplex::NumParam::TiLim in the C++ API for further information

BtTol

public static final IloCplex.DoubleParam BtTol
Double control parameter. See CPX_PARAM_BTTOL in the C API, or IloCplex::NumParam::BtTol in the C++ API for further information

CutLo

public static final IloCplex.DoubleParam CutLo
Double control parameter. See CPX_PARAM_CUTLO in the C API, or IloCplex::NumParam::CutLo in the C++ API for further information

CutUp

public static final IloCplex.DoubleParam CutUp
Double control parameter. See CPX_PARAM_CUTUP in the C API, or IloCplex::NumParam::CutUp in the C++ API for further information

EpGap

public static final IloCplex.DoubleParam EpGap
Double control parameter. See CPX_PARAM_EPGAP in the C API, or IloCplex::NumParam::EpGap in the C++ API for further information

EpInt

public static final IloCplex.DoubleParam EpInt
Double control parameter. See CPX_PARAM_EPINT in the C API, or IloCplex::NumParam::EpInt in the C++ API for further information

EpAGap

public static final IloCplex.DoubleParam EpAGap
Double control parameter. See CPX_PARAM_EPAGAP in the C API, or IloCplex::NumParam::EpAGap in the C++ API for further information

ObjDif

public static final IloCplex.DoubleParam ObjDif
Double control parameter. See CPX_PARAM_OBJDIF in the C API, or IloCplex::NumParam::ObjDif in the C++ API for further information

ObjLLim

public static final IloCplex.DoubleParam ObjLLim
Double control parameter. See CPX_PARAM_OBJLLIM in the C API, or IloCplex::NumParam::ObjLLim in the C++ API for further information

ObjULim

public static final IloCplex.DoubleParam ObjULim
Double control parameter. See CPX_PARAM_OBJULIM in the C API, or IloCplex::NumParam::ObjULim in the C++ API for further information

RelObjDif

public static final IloCplex.DoubleParam RelObjDif
Double control parameter. See CPX_PARAM_RELOBJDIF in the C API, or IloCplex::NumParam::RelObjDif in the C++ API for further information

CutsFactor

public static final IloCplex.DoubleParam CutsFactor
Double control parameter. See CPX_PARAM_CUTSFACTOR in the C API, or IloCplex::NumParam::CutsFactor in the C++ API for further information

TreLim

public static final IloCplex.DoubleParam TreLim
Double control parameter. See CPX_PARAM_TRELIM in the C API, or IloCplex::NumParam::TreLim in the C++ API for further information

WorkMem

public static final IloCplex.DoubleParam WorkMem
Double control parameter. See CPX_PARAM_WORKMEM in the C API, or IloCplex::NumParam::WorkMem in the C++ API for further information

BarGrowth

public static final IloCplex.DoubleParam BarGrowth
Double control parameter. See CPX_PARAM_BARGROWTH in the C API, or IloCplex::NumParam::BarGrowth in the C++ API for further information

BarEpComp

public static final IloCplex.DoubleParam BarEpComp
Double control parameter. See CPX_PARAM_BAREPCOMP in the C API, or IloCplex::NumParam::BarEpComp in the C++ API for further information

BarObjRng

public static final IloCplex.DoubleParam BarObjRng
Double control parameter. See CPX_PARAM_BAROBJRNG in the C API, or IloCplex::NumParam::BarObjRng in the C++ API for further information

BarVarUp

public static final IloCplex.DoubleParam BarVarUp
Double control parameter. See CPX_PARAM_BARVARUP in the C API, or IloCplex::NumParam::BarVarUp in the C++ API for further information
Constructor Detail

IloCplex.DoubleParam

public IloCplex.DoubleParam()