30.01.2015 Views

ILOG CPLEX C++ API 9.0 Reference Manual

ILOG CPLEX C++ API 9.0 Reference Manual

ILOG CPLEX C++ API 9.0 Reference Manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

IloCplex::CplexStatus<br />

IloCplex::CplexStatus<br />

Category<br />

Definition File<br />

Include Files<br />

Synopsis<br />

Description<br />

Inner Enumeration<br />

ilocplexi.h<br />

ilcplex/ilocplex.h<br />

CplexStatus{<br />

Unknown,<br />

Optimal,<br />

Unbounded,<br />

Infeasible,<br />

InfOrUnbd,<br />

OptimalInfeas,<br />

NumBest,<br />

FeasibleRelaxed,<br />

OptimalRelaxed,<br />

AbortObjLim,<br />

AbortPrimObjLim,<br />

AbortDualObjLim,<br />

AbortItLim,<br />

AbortTimeLim,<br />

AbortUser,<br />

OptimalFaceUnbounded,<br />

OptimalTol,<br />

SolLim,<br />

NodeLimFeas,<br />

NodeLimInfeas,<br />

FailFeas,<br />

FailInfeas,<br />

MemLimFeas,<br />

MemLimInfeas,<br />

FailFeasNoTree,<br />

FailInfeasNoTree<br />

};<br />

The enumeration IloCplex::CplexStatus lists values that the status of an<br />

IloCplex algorithm can assume. These values can be accessed via the method<br />

getCplexStatus and getCplexSubStatus and provide information about<br />

what the algorithm learned about the active model in the most recent invocation of the<br />

method solve or feasOpt. It may also tell why the algorithm terminated.<br />

See the group optim.cplex.solutionstatus in the Callable Library <strong>Reference</strong> <strong>Manual</strong>,<br />

where they are listed in alphabetic order, or the topic Interpreting Solution Status<br />

Codes in the Overview of the <strong>API</strong>s, where they are listed in numeric order, for more<br />

information about these values. Also see the <strong>ILOG</strong> <strong>CPLEX</strong> User's <strong>Manual</strong> for<br />

examples of their use.<br />

<strong>ILOG</strong> <strong>CPLEX</strong> <strong>C++</strong> <strong>API</strong> <strong>9.0</strong> REFERENCE M ANUAL 115

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!