|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectilog.cplex.IloCplex.CplexStatus
Enumeration of possible IloCplex
algorithm
status codes.
IloCplex.getCplexStatus()
,
IloCplex.getCplexSubStatus()
,
Serialized FormField Summary | |
static IloCplex.CplexStatus |
AbortDualObjLim
Solution Status constant. |
static IloCplex.CplexStatus |
AbortItLim
Solution Status constant. |
static IloCplex.CplexStatus |
AbortObjLim
Solution Status constant. |
static IloCplex.CplexStatus |
AbortPrimObjLim
Solution Status constant. |
static IloCplex.CplexStatus |
AbortRelaxed
Solution Status constant. |
static IloCplex.CplexStatus |
AbortTimeLim
Solution Status constant. |
static IloCplex.CplexStatus |
AbortUser
Solution Status constant. |
static IloCplex.CplexStatus |
ConflictAbortContradiction
Solution Status constant. |
static IloCplex.CplexStatus |
ConflictAbortItLim
Solution Status constant. |
static IloCplex.CplexStatus |
ConflictAbortMemLim
Solution Status constant. |
static IloCplex.CplexStatus |
ConflictAbortNodeLim
Solution Status constant. |
static IloCplex.CplexStatus |
ConflictAbortObjLim
Solution Status constant. |
static IloCplex.CplexStatus |
ConflictAbortTimeLim
Solution Status constant. |
static IloCplex.CplexStatus |
ConflictAbortUser
Solution Status constant. |
static IloCplex.CplexStatus |
ConflictFeasible
Solution Status constant. |
static IloCplex.CplexStatus |
ConflictMinimal
Solution Status constant. |
static IloCplex.CplexStatus |
FailFeas
Solution Status constant. |
static IloCplex.CplexStatus |
FailFeasNoTree
Solution Status constant. |
static IloCplex.CplexStatus |
FailInfeas
Solution Status constant. |
static IloCplex.CplexStatus |
FailInfeasNoTree
Solution Status constant. |
static IloCplex.CplexStatus |
FeasibleRelaxedInf
Solution Status constant. |
static IloCplex.CplexStatus |
FeasibleRelaxedQuad
Solution Status constant. |
static IloCplex.CplexStatus |
FeasibleRelaxedSum
Solution Status constant. |
static IloCplex.CplexStatus |
Infeasible
Solution Status constant. |
static IloCplex.CplexStatus |
InfOrUnbd
Solution Status constant. |
static IloCplex.CplexStatus |
MemLimFeas
Solution Status constant. |
static IloCplex.CplexStatus |
MemLimInfeas
Solution Status constant. |
static IloCplex.CplexStatus |
NodeLimFeas
Solution Status constant. |
static IloCplex.CplexStatus |
NodeLimInfeas
Solution Status constant. |
static IloCplex.CplexStatus |
NumBest
Solution Status constant. |
static IloCplex.CplexStatus |
Optimal
Solution Status constant. |
static IloCplex.CplexStatus |
OptimalFaceUnbounded
Solution Status constant. |
static IloCplex.CplexStatus |
OptimalInfeas
Solution Status constant. |
static IloCplex.CplexStatus |
OptimalRelaxedInf
Solution Status constant. |
static IloCplex.CplexStatus |
OptimalRelaxedQuad
Solution Status constant. |
static IloCplex.CplexStatus |
OptimalRelaxedSum
Solution Status constant. |
static IloCplex.CplexStatus |
OptimalTol
Solution Status constant. |
static IloCplex.CplexStatus |
SolLim
Solution Status constant. |
static IloCplex.CplexStatus |
Unbounded
Solution Status constant. |
static IloCplex.CplexStatus |
Unknown
Solution Status constant. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final IloCplex.CplexStatus Unknown
See 0
in the C API,
or IloCplex::CplexStatus::Unknown
in the C++ API
for further information.
public static final IloCplex.CplexStatus Optimal
See CPX_STAT_OPTIMAL
in the C API,
or IloCplex::CplexStatus::Optimal
in the C++ API
for further information.
public static final IloCplex.CplexStatus Unbounded
See CPX_STAT_UNBOUNDED
in the C API,
or IloCplex::CplexStatus::Unbounded
in the C++ API
for further information.
public static final IloCplex.CplexStatus Infeasible
See CPX_STAT_INFEASIBLE
in the C API,
or IloCplex::CplexStatus::Infeasible
in the C++ API
for further information.
public static final IloCplex.CplexStatus InfOrUnbd
See CPX_STAT_INForUNBD
in the C API,
or IloCplex::CplexStatus::InfOrUnbd
in the C++ API
for further information.
public static final IloCplex.CplexStatus OptimalInfeas
See CPX_STAT_OPTIMAL_INFEAS
in the C API,
or IloCplex::CplexStatus::OptimalInfeas
in the C++ API
for further information.
public static final IloCplex.CplexStatus NumBest
See CPX_STAT_NUM_BEST
in the C API,
or IloCplex::CplexStatus::NumBest
in the C++ API
for further information.
public static final IloCplex.CplexStatus FeasibleRelaxedSum
See CPX_STAT_FEASIBLE_RELAXED_SUM
in the C API,
or IloCplex::CplexStatus::FeasibleRelaxedSum
in the C++ API
for further information.
public static final IloCplex.CplexStatus OptimalRelaxedSum
See CPX_STAT_OPTIMAL_RELAXED_SUM
in the C API,
or IloCplex::CplexStatus::OptimalRelaxedSum
in the C++ API
for further information.
public static final IloCplex.CplexStatus FeasibleRelaxedInf
See CPX_STAT_FEASIBLE_RELAXED_INF
in the C API,
or IloCplex::CplexStatus::FeasibleRelaxedInf
in the C++ API
for further information.
public static final IloCplex.CplexStatus OptimalRelaxedInf
See CPX_STAT_OPTIMAL_RELAXED_INF
in the C API,
or IloCplex::CplexStatus::OptimalRelaxedInf
in the C++ API
for further information.
public static final IloCplex.CplexStatus FeasibleRelaxedQuad
See CPX_STAT_FEASIBLE_RELAXED_QUAD
in the C API,
or IloCplex::CplexStatus::FeasibleRelaxedQuad
in the C++ API
for further information.
public static final IloCplex.CplexStatus OptimalRelaxedQuad
See CPX_STAT_OPTIMAL_RELAXED_QUAD
in the C API,
or IloCplex::CplexStatus::OptimalRelaxedQuad
in the C++ API
for further information.
public static final IloCplex.CplexStatus AbortRelaxed
See CPXMIP_ABORT_RELAXED
in the C API,
or IloCplex::CplexStatus::AbortRelaxed
in the C++ API
for further information.
public static final IloCplex.CplexStatus AbortObjLim
See CPX_STAT_ABORT_OBJ_LIM
in the C API,
or IloCplex::CplexStatus::AbortObjLim
in the C++ API
for further information.
public static final IloCplex.CplexStatus AbortPrimObjLim
See CPX_STAT_ABORT_PRIM_OBJ_LIM
in the C API,
or IloCplex::CplexStatus::AbortPrimObjLim
in the C++ API
for further information.
public static final IloCplex.CplexStatus AbortDualObjLim
See CPX_STAT_ABORT_DUAL_OBJ_LIM
in the C API,
or IloCplex::CplexStatus::AbortDualObjLim
in the C++ API
for further information.
public static final IloCplex.CplexStatus AbortItLim
See CPX_STAT_ABORT_IT_LIM
in the C API,
or IloCplex::CplexStatus::AbortItLim
in the C++ API
for further information.
public static final IloCplex.CplexStatus AbortTimeLim
See CPX_STAT_ABORT_TIME_LIM
in the C API,
or IloCplex::CplexStatus::AbortTimeLim
in the C++ API
for further information.
public static final IloCplex.CplexStatus AbortUser
See CPX_STAT_ABORT_USER
in the C API,
or IloCplex::CplexStatus::AbortUser
in the C++ API
for further information.
public static final IloCplex.CplexStatus OptimalFaceUnbounded
See CPX_STAT_OPTIMAL_FACE_UNBOUNDED
in the C API,
or IloCplex::CplexStatus::OptimalFaceUnbounded
in the C++ API
for further information.
public static final IloCplex.CplexStatus OptimalTol
See CPXMIP_OPTIMAL_TOL
in the C API,
or IloCplex::CplexStatus::OptimalTol
in the C++ API
for further information.
public static final IloCplex.CplexStatus SolLim
See CPXMIP_SOL_LIM
in the C API,
or IloCplex::CplexStatus::SolLim
in the C++ API
for further information.
public static final IloCplex.CplexStatus NodeLimFeas
See CPXMIP_NODE_LIM_FEAS
in the C API,
or IloCplex::CplexStatus::NodeLimFeas
in the C++ API
for further information.
public static final IloCplex.CplexStatus NodeLimInfeas
See CPXMIP_NODE_LIM_INFEAS
in the C API,
or IloCplex::CplexStatus::NodeLimInfeas
in the C++ API
for further information.
public static final IloCplex.CplexStatus FailFeas
See CPXMIP_FAIL_FEAS
in the C API,
or IloCplex::CplexStatus::FailFeas
in the C++ API
for further information.
public static final IloCplex.CplexStatus FailInfeas
See CPXMIP_FAIL_INFEAS
in the C API,
or IloCplex::CplexStatus::FailInfeas
in the C++ API
for further information.
public static final IloCplex.CplexStatus MemLimFeas
See CPXMIP_MEM_LIM_FEAS
in the C API,
or IloCplex::CplexStatus::MemLimFeas
in the C++ API
for further information.
public static final IloCplex.CplexStatus MemLimInfeas
See CPXMIP_MEM_LIM_INFEAS
in the C API,
or IloCplex::CplexStatus::MemLimInfeas
in the C++ API
for further information.
public static final IloCplex.CplexStatus FailFeasNoTree
See CPXMIP_FAIL_FEAS_NO_TREE
in the C API,
or IloCplex::CplexStatus::FailFeasNoTree
in the C++ API
for further information.
public static final IloCplex.CplexStatus FailInfeasNoTree
See CPXMIP_FAIL_INFEAS_NO_TREE
in the C API,
or IloCplex::CplexStatus::FailInfeasNoTree
in the C++ API
for further information.
public static final IloCplex.CplexStatus ConflictFeasible
See CPX_STAT_CONFLICT_FEASIBLE
in the C API,
or IloCplex::CplexStatus::ConflictFeasible
in the C++ API
for further information.
public static final IloCplex.CplexStatus ConflictMinimal
See CPX_STAT_CONFLICT_MINIMAL
in the C API,
or IloCplex::CplexStatus::ConflictMinimal
in the C++ API
for further information.
public static final IloCplex.CplexStatus ConflictAbortContradiction
See CPX_STAT_CONFLICT_ABORT_CONTRADICTION
in the C API,
or IloCplex::CplexStatus::ConflictAbortContradiction
in the C++ API
for further information.
public static final IloCplex.CplexStatus ConflictAbortTimeLim
See CPX_STAT_CONFLICT_ABORT_TIME_LIM
in the C API,
or IloCplex::CplexStatus::ConflictAbortTimeLim
in the C++ API
for further information.
public static final IloCplex.CplexStatus ConflictAbortItLim
See CPX_STAT_CONFLICT_ABORT_IT_LIM
in the C API,
or IloCplex::CplexStatus::ConflictAbortItLim
in the C++ API
for further information.
public static final IloCplex.CplexStatus ConflictAbortNodeLim
See CPX_STAT_CONFLICT_ABORT_NODE_LIM
in the C API,
or IloCplex::CplexStatus::ConflictAbortNodeLim
in the C++ API
for further information.
public static final IloCplex.CplexStatus ConflictAbortObjLim
See CPX_STAT_CONFLICT_ABORT_OBJ_LIM
in the C API,
or IloCplex::CplexStatus::ConflictAbortObjLim
in the C++ API
for further information.
public static final IloCplex.CplexStatus ConflictAbortMemLim
See CPX_STAT_CONFLICT_ABORT_MEM_LIM
in the C API,
or IloCplex::CplexStatus::ConflictAbortMemLim
in the C++ API
for further information.
public static final IloCplex.CplexStatus ConflictAbortUser
See CPX_STAT_CONFLICT_ABORT_USER
in the C API,
or IloCplex::CplexStatus::ConflictAbortUser
in the C++ API
for further information.
Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |