Overview | Group | Tree | Graph | Index | Concepts |
IloCplex
is the class for the CPLEX
algorithms in ILOG CPLEX. The enumeration IloCplex::IntParam
lists the parameters of CPLEX that require integer values. Use these values
with the methods IloCplex::getParam
and IloCplex::setParam
.
See the reference manual ILOG CPLEX Parameters and the ILOG CPLEX User's Manual for more information about these parameters. Also see the user's manual for examples of their use.
See Also:
Fields |
---|
AdvInd |
= CPX_PARAM_ADVIND
|
RootAlg |
= CPX_PARAM_LPMETHOD
|
NodeAlg |
= CPX_PARAM_SUBALG
|
MIPEmphasis |
= CPX_PARAM_MIPEMPHASIS
|
AggFill |
= CPX_PARAM_AGGFILL
|
AggInd |
= CPX_PARAM_AGGIND
|
BasInterval |
= CPX_PARAM_BASINTERVAL
|
ClockType |
= CPX_PARAM_CLOCKTYPE
|
CraInd |
= CPX_PARAM_CRAIND
|
PreDual |
= CPX_PARAM_PREDUAL
|
PrePass |
= CPX_PARAM_PREPASS
|
PreCompress |
= CPX_PARAM_PRECOMPRESS
|
DPriInd |
= CPX_PARAM_DPRIIND
|
PriceLim |
= CPX_PARAM_PRICELIM
|
IISInd |
= CPX_PARAM_IISIND
|
SimDisplay |
= CPX_PARAM_SIMDISPLAY
|
ItLim |
= CPX_PARAM_ITLIM
|
NetFind |
= CPX_PARAM_NETFIND
|
PerLim |
= CPX_PARAM_PERLIM
|
PPriInd |
= CPX_PARAM_PPRIIND
|
ReInv |
= CPX_PARAM_REINV
|
ScaInd |
= CPX_PARAM_SCAIND
|
Threads |
= CPX_PARAM_THREADS
|
SingLim |
= CPX_PARAM_SINGLIM
|
RowGrowth |
= CPX_PARAM_ROWGROWTH
|
ColGrowth |
= CPX_PARAM_COLGROWTH
|
NzGrowth |
= CPX_PARAM_NZGROWTH
|
Reduce |
= CPX_PARAM_REDUCE
|
QPNzGrowth |
= CPX_PARAM_QPNZGROWTH
|
NzReadLim |
= CPX_PARAM_NZREADLIM
|
ColReadLim |
= CPX_PARAM_COLREADLIM
|
RowReadLim |
= CPX_PARAM_ROWREADLIM
|
QPNzReadLim |
= CPX_PARAM_QPNZREADLIM
|
SiftDisplay |
= CPX_PARAM_SIFTDISPLAY
|
SiftAlg |
= CPX_PARAM_SIFTALG
|
SiftItLim |
= CPX_PARAM_SIFTITLIM
|
BrDir |
= CPX_PARAM_BRDIR
|
Cliques |
= CPX_PARAM_CLIQUES
|
CoeRedInd |
= CPX_PARAM_COEREDIND
|
Covers |
= CPX_PARAM_COVERS
|
MIPDisplay |
= CPX_PARAM_MIPDISPLAY
|
MIPInterval |
= CPX_PARAM_MIPINTERVAL
|
MIPThreads |
= CPX_PARAM_MIPTHREADS
|
IntSolLim |
= CPX_PARAM_INTSOLLIM
|
NodeFileInd |
= CPX_PARAM_NODEFILEIND
|
NodeLim |
= CPX_PARAM_NODELIM
|
NodeSel |
= CPX_PARAM_NODESEL
|
VarSel |
= CPX_PARAM_VARSEL
|
BndStrenInd |
= CPX_PARAM_BNDSTRENIND
|
HeurFreq |
= CPX_PARAM_HEURFREQ
|
RINSHeur |
= CPX_PARAM_RINSHEUR
|
SubMIPNodeLim |
= CPX_PARAM_SUBMIPNODELIM
|
MIPOrdType |
= CPX_PARAM_MIPORDTYPE
|
BBInterval |
= CPX_PARAM_BBINTERVAL
|
FlowCovers |
= CPX_PARAM_FLOWCOVERS
|
ImplBd |
= CPX_PARAM_IMPLBD
|
Probe |
= CPX_PARAM_PROBE
|
GUBCovers |
= CPX_PARAM_GUBCOVERS
|
StrongCandLim |
= CPX_PARAM_STRONGCANDLIM
|
StrongItLim |
= CPX_PARAM_STRONGITLIM
|
StrongThreadLim |
= CPX_PARAM_STRONGTHREADLIM
|
FracCand |
= CPX_PARAM_FRACCAND
|
FracCuts |
= CPX_PARAM_FRACCUTS
|
FracPass |
= CPX_PARAM_FRACPASS
|
PreslvNd |
= CPX_PARAM_PRESLVND
|
FlowPaths |
= CPX_PARAM_FLOWPATHS
|
MIRCuts |
= CPX_PARAM_MIRCUTS
|
DisjCuts |
= CPX_PARAM_DISJCUTS
|
AggCutLim |
= CPX_PARAM_AGGCUTLIM
|
CutPass |
= CPX_PARAM_CUTPASS
|
DiveType |
= CPX_PARAM_DIVETYPE
|
BarAlg |
= CPX_PARAM_BARALG
|
BarColNz |
= CPX_PARAM_BARCOLNZ
|
BarDisplay |
= CPX_PARAM_BARDISPLAY
|
BarItLim |
= CPX_PARAM_BARITLIM
|
BarMaxCor |
= CPX_PARAM_BARMAXCOR
|
BarOrder |
= CPX_PARAM_BARORDER
|
BarThreads |
= CPX_PARAM_BARTHREADS
|
BarCrossAlg |
= CPX_PARAM_BARCROSSALG
|
BarStartAlg |
= CPX_PARAM_BARSTARTALG
|
NetItLim |
= CPX_PARAM_NETITLIM
|
NetPPriInd |
= CPX_PARAM_NETPPRIIND
|
NetDisplay |
= CPX_PARAM_NETDISPLAY
|