public static class IloCplex.CplexStatus
extends java.lang.Object
implements java.io.Serializable
IloCplex algorithm
status codes.| Modifier and Type | Field and Description |
|---|---|
static IloCplex.CplexStatus |
AbortDetTimeLim
Solution Status constant.
|
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 |
ConflictAbortDetTimeLim
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 |
Feasible
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 |
FirstOrder
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 |
MultiObjInfeasible
Solution Status constant.
|
static IloCplex.CplexStatus |
MultiObjInfOrUnbd
Solution Status constant.
|
static IloCplex.CplexStatus |
MultiObjNonOptimal
Solution Status constant.
|
static IloCplex.CplexStatus |
MultiObjOptimal
Solution Status constant.
|
static IloCplex.CplexStatus |
MultiObjStopped
Solution Status constant.
|
static IloCplex.CplexStatus |
MultiObjUnbounded
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 |
OptimalPopulated
Solution Status constant.
|
static IloCplex.CplexStatus |
OptimalPopulatedTol
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 |
PopulateSolLim
Solution Status constant.
|
static IloCplex.CplexStatus |
RelaxationUnbounded
Solution Status constant.
|
static IloCplex.CplexStatus |
SolLim
Solution Status constant.
|
static IloCplex.CplexStatus |
Unbounded
Solution Status constant.
|
static IloCplex.CplexStatus |
Unknown
Solution Status constant.
|
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 AbortDetTimeLim
See CPX_STAT_ABORT_DETTIME_LIM in the C API,
or IloCplex::CplexStatus::AbortDetTimeLim 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 PopulateSolLim
See CPXMIP_POPULATESOL_LIM in the C API,
or IloCplex::CplexStatus::PopulateSolLim 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 ConflictAbortDetTimeLim
See CPX_STAT_CONFLICT_ABORT_DETTIME_LIM in the C API,
or IloCplex::CplexStatus::ConflictAbortDetTimeLim 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.
public static final IloCplex.CplexStatus Feasible
See CPX_STAT_FEASIBLE in the C API,
or IloCplex::CplexStatus::Feasible in the C++ API
for further information.
public static final IloCplex.CplexStatus OptimalPopulated
See CPXMIP_OPTIMAL_POPULATED in the C API,
or IloCplex::CplexStatus::OptimalPopulated in the C++ API
for further information.
public static final IloCplex.CplexStatus OptimalPopulatedTol
See CPXMIP_OPTIMAL_POPULATED_TOL in the C API,
or IloCplex::CplexStatus::OptimalPopulatedTol in the C++ API
for further information.
public static final IloCplex.CplexStatus RelaxationUnbounded
See CPXMIP_ABORT_RELAXATION_UNBOUNDED in the C API,
or IloCplex::CplexStatus::RelaxationUnbounded in the C++ API
for further information.
public static final IloCplex.CplexStatus FirstOrder
See CPX_STAT_FIRSTORDER in the C API,
or IloCplex::CplexStatus::FirstOrder in the C++ API
for further information.
public static final IloCplex.CplexStatus MultiObjOptimal
See CPX_STAT_MULTIOBJ_OPTIMAL in the C API,
or IloCplex::CplexStatus::MultiObjOptimal in the C++ API
for further information.
public static final IloCplex.CplexStatus MultiObjNonOptimal
See CPX_STAT_MULTIOBJ_NON_OPTIMAL in the C API,
or IloCplex::CplexStatus::MultiObjNonOptimal in the C++ API
for further information.
public static final IloCplex.CplexStatus MultiObjInfeasible
See CPX_STAT_MULTIOBJ_INFEASIBLE in the C API,
or IloCplex::CplexStatus::MultiObjInfeasible in the C++ API
for further information.
public static final IloCplex.CplexStatus MultiObjUnbounded
See CPX_STAT_MULTIOBJ_UNBOUNDED in the C API,
or IloCplex::CplexStatus::MultiObjUnbounded in the C++ API
for further information.
public static final IloCplex.CplexStatus MultiObjInfOrUnbd
See CPX_STAT_MULTIOBJ_INForUNBD in the C API,
or IloCplex::CplexStatus::MultiObjInfOrUnbd in the C++ API
for further information.
public static final IloCplex.CplexStatus MultiObjStopped
See CPX_STAT_MULTIOBJ_STOPPED in the C API,
or IloCplex::CplexStatus::MultiObjStopped in the C++ API
for further information.