ilog.cplex
Class IloCplex.IntParam

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

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

Symbolic parameter names for integer-valued IloCplex parameters.


Field Summary
static IloCplex.IntParam AggCutLim
          Integer control parameter.
static IloCplex.IntParam AggFill
          Integer control parameter.
static IloCplex.IntParam AggInd
          Integer control parameter.
static IloCplex.IntParam BarAlg
          Integer control parameter.
static IloCplex.IntParam BarColNz
          Integer control parameter.
static IloCplex.IntParam BarCrossAlg
          Integer control parameter.
static IloCplex.IntParam BarDisplay
          Integer control parameter.
static IloCplex.IntParam BarItLim
          Integer control parameter.
static IloCplex.IntParam BarMaxCor
          Integer control parameter.
static IloCplex.IntParam BarOrder
          Integer control parameter.
static IloCplex.IntParam BarStartAlg
          Integer control parameter.
static IloCplex.IntParam BasInterval
          Integer control parameter.
static IloCplex.IntParam BBInterval
          Integer control parameter.
static IloCplex.IntParam BndStrenInd
          Integer control parameter.
static IloCplex.IntParam BrDir
          Integer control parameter.
static IloCplex.IntParam Cliques
          Integer control parameter.
static IloCplex.IntParam ClockType
          Integer control parameter.
static IloCplex.IntParam CoeRedInd
          Integer control parameter.
static IloCplex.IntParam ColGrowth
          Integer control parameter.
static IloCplex.IntParam Covers
          Integer control parameter.
static IloCplex.IntParam CraInd
          Integer control parameter.
static IloCplex.IntParam CutPass
          Integer control parameter.
static IloCplex.IntParam DisjCuts
          Integer control parameter.
static IloCplex.IntParam DPriInd
          Integer control parameter.
static IloCplex.IntParam FastMIP
          Integer control parameter.
static IloCplex.IntParam FlowCovers
          Integer control parameter.
static IloCplex.IntParam FlowPaths
          Integer control parameter.
static IloCplex.IntParam FracCand
          Integer control parameter.
static IloCplex.IntParam FracCuts
          Integer control parameter.
static IloCplex.IntParam FracPass
          Integer control parameter.
static IloCplex.IntParam GUBCovers
          Integer control parameter.
static IloCplex.IntParam HeurFreq
          Integer control parameter.
static IloCplex.IntParam IISInd
          Integer control parameter.
static IloCplex.IntParam ImplBd
          Integer control parameter.
static IloCplex.IntParam IntSolLim
          Integer control parameter.
static IloCplex.IntParam ItLim
          Integer control parameter.
static IloCplex.IntParam MIPDisplay
          Integer control parameter.
static IloCplex.IntParam MIPEmphasis
          Integer control parameter.
static IloCplex.IntParam MIPInterval
          Integer control parameter.
static IloCplex.IntParam MIPOrdType
          Integer control parameter.
static IloCplex.IntParam MIRCuts
          Integer control parameter.
static IloCplex.IntParam NetDisplay
          Integer control parameter.
static IloCplex.IntParam NetFind
          Integer control parameter.
static IloCplex.IntParam NetItLim
          Integer control parameter.
static IloCplex.IntParam NetPPriInd
          Integer control parameter.
static IloCplex.IntParam NodeAlg
          Integer control parameter.
static IloCplex.IntParam NodeFileInd
          Integer control parameter.
static IloCplex.IntParam NodeLim
          Integer control parameter.
static IloCplex.IntParam NodeSel
          Integer control parameter.
static IloCplex.IntParam NzGrowth
          Integer control parameter.
static IloCplex.IntParam PerLim
          Integer control parameter.
static IloCplex.IntParam PPriInd
          Integer control parameter.
static IloCplex.IntParam PreCompress
          Integer control parameter.
static IloCplex.IntParam PreDual
          Integer control parameter.
static IloCplex.IntParam PreslvNd
          Integer control parameter.
static IloCplex.IntParam PriceLim
          Integer control parameter.
static IloCplex.IntParam Probe
          Integer control parameter.
static IloCplex.IntParam Reduce
          Integer control parameter.
static IloCplex.IntParam ReInv
          Integer control parameter.
static IloCplex.IntParam RootAlg
          Integer control parameter.
static IloCplex.IntParam RowGrowth
          Integer control parameter.
static IloCplex.IntParam ScaInd
          Integer control parameter.
static IloCplex.IntParam SimDisplay
          Integer control parameter.
static IloCplex.IntParam SingLim
          Integer control parameter.
static IloCplex.IntParam StrongCandLim
          Integer control parameter.
static IloCplex.IntParam StrongItLim
          Integer control parameter.
static IloCplex.IntParam VarSel
          Integer control parameter.
 
Constructor Summary
IloCplex.IntParam()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RootAlg

public static final IloCplex.IntParam RootAlg
Integer control parameter. See CPX_PARAM_STARTALG in the C API, or IloCplex::IntParam::RootAlg in the C++ API for further information

NodeAlg

public static final IloCplex.IntParam NodeAlg
Integer control parameter. See CPX_PARAM_SUBALG in the C API, or IloCplex::IntParam::NodeAlg in the C++ API for further information

MIPEmphasis

public static final IloCplex.IntParam MIPEmphasis
Integer control parameter. See CPX_PARAM_MIPEMPHASIS in the C API, or IloCplex::IntParam::MIPEmphasis in the C++ API for further information

AggFill

public static final IloCplex.IntParam AggFill
Integer control parameter. See CPX_PARAM_AGGFILL in the C API, or IloCplex::IntParam::AggFill in the C++ API for further information

AggInd

public static final IloCplex.IntParam AggInd
Integer control parameter. See CPX_PARAM_AGGIND in the C API, or IloCplex::IntParam::AggInd in the C++ API for further information

BasInterval

public static final IloCplex.IntParam BasInterval
Integer control parameter. See CPX_PARAM_BASINTERVAL in the C API, or IloCplex::IntParam::BasInterval in the C++ API for further information

ClockType

public static final IloCplex.IntParam ClockType
Integer control parameter. See CPX_PARAM_CLOCKTYPE in the C API, or IloCplex::IntParam::ClockType in the C++ API for further information

CraInd

public static final IloCplex.IntParam CraInd
Integer control parameter. See CPX_PARAM_CRAIND in the C API, or IloCplex::IntParam::CraInd in the C++ API for further information

PreDual

public static final IloCplex.IntParam PreDual
Integer control parameter. See CPX_PARAM_PREDUAL in the C API, or IloCplex::IntParam::PreDual in the C++ API for further information

PreCompress

public static final IloCplex.IntParam PreCompress
Integer control parameter. See CPX_PARAM_PRECOMPRESS in the C API, or IloCplex::IntParam::PreCompress in the C++ API for further information

DPriInd

public static final IloCplex.IntParam DPriInd
Integer control parameter. See CPX_PARAM_DPRIIND in the C API, or IloCplex::IntParam::DPriInd in the C++ API for further information

PriceLim

public static final IloCplex.IntParam PriceLim
Integer control parameter. See CPX_PARAM_PRICELIM in the C API, or IloCplex::IntParam::PriceLim in the C++ API for further information

FastMIP

public static final IloCplex.IntParam FastMIP
Integer control parameter. See CPX_PARAM_FASTMIP in the C API, or IloCplex::IntParam::FastMIP in the C++ API for further information

IISInd

public static final IloCplex.IntParam IISInd
Integer control parameter. See CPX_PARAM_IISIND in the C API, or IloCplex::IntParam::IISInd in the C++ API for further information

SimDisplay

public static final IloCplex.IntParam SimDisplay
Integer control parameter. See CPX_PARAM_SIMDISPLAY in the C API, or IloCplex::IntParam::SimDisplay in the C++ API for further information

ItLim

public static final IloCplex.IntParam ItLim
Integer control parameter. See CPX_PARAM_ITLIM in the C API, or IloCplex::IntParam::ItLim in the C++ API for further information

NetFind

public static final IloCplex.IntParam NetFind
Integer control parameter. See CPX_PARAM_NETFIND in the C API, or IloCplex::IntParam::NetFind in the C++ API for further information

PerLim

public static final IloCplex.IntParam PerLim
Integer control parameter. See CPX_PARAM_PERLIM in the C API, or IloCplex::IntParam::PerLim in the C++ API for further information

PPriInd

public static final IloCplex.IntParam PPriInd
Integer control parameter. See CPX_PARAM_PPRIIND in the C API, or IloCplex::IntParam::PPriInd in the C++ API for further information

ReInv

public static final IloCplex.IntParam ReInv
Integer control parameter. See CPX_PARAM_REINV in the C API, or IloCplex::IntParam::ReInv in the C++ API for further information

ScaInd

public static final IloCplex.IntParam ScaInd
Integer control parameter. See CPX_PARAM_SCAIND in the C API, or IloCplex::IntParam::ScaInd in the C++ API for further information

SingLim

public static final IloCplex.IntParam SingLim
Integer control parameter. See CPX_PARAM_SINGLIM in the C API, or IloCplex::IntParam::SingLim in the C++ API for further information

RowGrowth

public static final IloCplex.IntParam RowGrowth
Integer control parameter. See CPX_PARAM_ROWGROWTH in the C API, or IloCplex::IntParam::RowGrowth in the C++ API for further information

ColGrowth

public static final IloCplex.IntParam ColGrowth
Integer control parameter. See CPX_PARAM_COLGROWTH in the C API, or IloCplex::IntParam::ColGrowth in the C++ API for further information

NzGrowth

public static final IloCplex.IntParam NzGrowth
Integer control parameter. See CPX_PARAM_NZGROWTH in the C API, or IloCplex::IntParam::NzGrowth in the C++ API for further information

Reduce

public static final IloCplex.IntParam Reduce
Integer control parameter. See CPX_PARAM_REDUCE in the C API, or IloCplex::IntParam::Reduce in the C++ API for further information

BrDir

public static final IloCplex.IntParam BrDir
Integer control parameter. See CPX_PARAM_BRDIR in the C API, or IloCplex::IntParam::BrDir in the C++ API for further information

Cliques

public static final IloCplex.IntParam Cliques
Integer control parameter. See CPX_PARAM_CLIQUES in the C API, or IloCplex::IntParam::Cliques in the C++ API for further information

CoeRedInd

public static final IloCplex.IntParam CoeRedInd
Integer control parameter. See CPX_PARAM_COEREDIND in the C API, or IloCplex::IntParam::CoeRedInd in the C++ API for further information

Covers

public static final IloCplex.IntParam Covers
Integer control parameter. See CPX_PARAM_COVERS in the C API, or IloCplex::IntParam::Covers in the C++ API for further information

MIPDisplay

public static final IloCplex.IntParam MIPDisplay
Integer control parameter. See CPX_PARAM_MIPDISPLAY in the C API, or IloCplex::IntParam::MIPDisplay in the C++ API for further information

MIPInterval

public static final IloCplex.IntParam MIPInterval
Integer control parameter. See CPX_PARAM_MIPINTERVAL in the C API, or IloCplex::IntParam::MIPInterval in the C++ API for further information

IntSolLim

public static final IloCplex.IntParam IntSolLim
Integer control parameter. See CPX_PARAM_INTSOLLIM in the C API, or IloCplex::IntParam::IntSolLim in the C++ API for further information

NodeFileInd

public static final IloCplex.IntParam NodeFileInd
Integer control parameter. See CPX_PARAM_NODEFILEIND in the C API, or IloCplex::IntParam::NodeFileInd in the C++ API for further information

NodeLim

public static final IloCplex.IntParam NodeLim
Integer control parameter. See CPX_PARAM_NODELIM in the C API, or IloCplex::IntParam::NodeLim in the C++ API for further information

NodeSel

public static final IloCplex.IntParam NodeSel
Integer control parameter. See CPX_PARAM_NODESEL in the C API, or IloCplex::IntParam::NodeSel in the C++ API for further information

VarSel

public static final IloCplex.IntParam VarSel
Integer control parameter. See CPX_PARAM_VARSEL in the C API, or IloCplex::IntParam::VarSel in the C++ API for further information

BndStrenInd

public static final IloCplex.IntParam BndStrenInd
Integer control parameter. See CPX_PARAM_BNDSTRENIND in the C API, or IloCplex::IntParam::BndStrenInd in the C++ API for further information

HeurFreq

public static final IloCplex.IntParam HeurFreq
Integer control parameter. See CPX_PARAM_HEURFREQ in the C API, or IloCplex::IntParam::HeurFreq in the C++ API for further information

MIPOrdType

public static final IloCplex.IntParam MIPOrdType
Integer control parameter. See CPX_PARAM_MIPORDTYPE in the C API, or IloCplex::IntParam::MIPOrdType in the C++ API for further information

BBInterval

public static final IloCplex.IntParam BBInterval
Integer control parameter. See CPX_PARAM_BBINTERVAL in the C API, or IloCplex::IntParam::BBInterval in the C++ API for further information

FlowCovers

public static final IloCplex.IntParam FlowCovers
Integer control parameter. See CPX_PARAM_FLOWCOVERS in the C API, or IloCplex::IntParam::FlowCovers in the C++ API for further information

ImplBd

public static final IloCplex.IntParam ImplBd
Integer control parameter. See CPX_PARAM_IMPLBD in the C API, or IloCplex::IntParam::ImplBd in the C++ API for further information

Probe

public static final IloCplex.IntParam Probe
Integer control parameter. See CPX_PARAM_PROBE in the C API, or IloCplex::IntParam::Probe in the C++ API for further information

GUBCovers

public static final IloCplex.IntParam GUBCovers
Integer control parameter. See CPX_PARAM_GUBCOVERS in the C API, or IloCplex::IntParam::GUBCovers in the C++ API for further information

StrongCandLim

public static final IloCplex.IntParam StrongCandLim
Integer control parameter. See CPX_PARAM_STRONGCANDLIM in the C API, or IloCplex::IntParam::StrongCandLim in the C++ API for further information

StrongItLim

public static final IloCplex.IntParam StrongItLim
Integer control parameter. See CPX_PARAM_STRONGITLIM in the C API, or IloCplex::IntParam::StrongItLim in the C++ API for further information

FracCand

public static final IloCplex.IntParam FracCand
Integer control parameter. See CPX_PARAM_FRACCAND in the C API, or IloCplex::IntParam::FracCand in the C++ API for further information

FracCuts

public static final IloCplex.IntParam FracCuts
Integer control parameter. See CPX_PARAM_FRACCUTS in the C API, or IloCplex::IntParam::FracCuts in the C++ API for further information

FracPass

public static final IloCplex.IntParam FracPass
Integer control parameter. See CPX_PARAM_FRACPASS in the C API, or IloCplex::IntParam::FracPass in the C++ API for further information

PreslvNd

public static final IloCplex.IntParam PreslvNd
Integer control parameter. See CPX_PARAM_PRESLVND in the C API, or IloCplex::IntParam::PreslvNd in the C++ API for further information

FlowPaths

public static final IloCplex.IntParam FlowPaths
Integer control parameter. See CPX_PARAM_FLOWPATHS in the C API, or IloCplex::IntParam::FlowPaths in the C++ API for further information

MIRCuts

public static final IloCplex.IntParam MIRCuts
Integer control parameter. See CPX_PARAM_MIRCUTS in the C API, or IloCplex::IntParam::MIRCuts in the C++ API for further information

DisjCuts

public static final IloCplex.IntParam DisjCuts
Integer control parameter. See CPX_PARAM_DISJCUTS in the C API, or IloCplex::IntParam::DisjCuts in the C++ API for further information

AggCutLim

public static final IloCplex.IntParam AggCutLim
Integer control parameter. See CPX_PARAM_AGGCUTLIM in the C API, or IloCplex::IntParam::AggCutLim in the C++ API for further information

CutPass

public static final IloCplex.IntParam CutPass
Integer control parameter. See CPX_PARAM_CUTPASS in the C API, or IloCplex::IntParam::CutPass in the C++ API for further information

BarAlg

public static final IloCplex.IntParam BarAlg
Integer control parameter. See CPX_PARAM_BARALG in the C API, or IloCplex::IntParam::BarAlg in the C++ API for further information

BarColNz

public static final IloCplex.IntParam BarColNz
Integer control parameter. See CPX_PARAM_BARCOLNZ in the C API, or IloCplex::IntParam::BarColNz in the C++ API for further information

BarDisplay

public static final IloCplex.IntParam BarDisplay
Integer control parameter. See CPX_PARAM_BARDISPLAY in the C API, or IloCplex::IntParam::BarDisplay in the C++ API for further information

BarItLim

public static final IloCplex.IntParam BarItLim
Integer control parameter. See CPX_PARAM_BARITLIM in the C API, or IloCplex::IntParam::BarItLim in the C++ API for further information

BarMaxCor

public static final IloCplex.IntParam BarMaxCor
Integer control parameter. See CPX_PARAM_BARMAXCOR in the C API, or IloCplex::IntParam::BarMaxCor in the C++ API for further information

BarOrder

public static final IloCplex.IntParam BarOrder
Integer control parameter. See CPX_PARAM_BARORDER in the C API, or IloCplex::IntParam::BarOrder in the C++ API for further information

BarCrossAlg

public static final IloCplex.IntParam BarCrossAlg
Integer control parameter. See CPX_PARAM_BARCROSSALG in the C API, or IloCplex::IntParam::BarCrossAlg in the C++ API for further information

BarStartAlg

public static final IloCplex.IntParam BarStartAlg
Integer control parameter. See CPX_PARAM_BARSTARTALG in the C API, or IloCplex::IntParam::BarStartAlg in the C++ API for further information

NetItLim

public static final IloCplex.IntParam NetItLim
Integer control parameter. See CPX_PARAM_NETITLIM in the C API, or IloCplex::IntParam::NetItLim in the C++ API for further information

NetPPriInd

public static final IloCplex.IntParam NetPPriInd
Integer control parameter. See CPX_PARAM_NETPPRIIND in the C API, or IloCplex::IntParam::NetPPriInd in the C++ API for further information

NetDisplay

public static final IloCplex.IntParam NetDisplay
Integer control parameter. See CPX_PARAM_NETDISPLAY in the C API, or IloCplex::IntParam::NetDisplay in the C++ API for further information
Constructor Detail

IloCplex.IntParam

public IloCplex.IntParam()