ilog.cplex
Class IloCplex.CplexStatus

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

public static class IloCplex.CplexStatus
extends java.lang.Object

Symbolic names for IloCplex internal altorithm status.

See Also:
IloCplex.getCplexStatus(), IloCplex.getCplexSubStatus()

Field Summary
static IloCplex.CplexStatus AbortCrossover
          Solution Status constant.
static IloCplex.CplexStatus AbortDualInfeas
          Solution Status constant.
static IloCplex.CplexStatus AbortFeas
          Solution Status constant.
static IloCplex.CplexStatus AbortInfeas
          Solution Status constant.
static IloCplex.CplexStatus AbortPrimDualFeas
          Solution Status constant.
static IloCplex.CplexStatus AbortPrimDualInfeas
          Solution Status constant.
static IloCplex.CplexStatus AbortPrimInfeas
          Solution Status constant.
static IloCplex.CplexStatus BarrierInconsistent
          Solution Status constant.
static IloCplex.CplexStatus BarrierNumError
          Solution Status constant.
static IloCplex.CplexStatus DualInfeas
          Solution Status constant.
static IloCplex.CplexStatus DualObjLim
          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 Infeasible
          Solution Status constant.
static IloCplex.CplexStatus InfOrUnbd
          Solution Status constant.
static IloCplex.CplexStatus ItLimFeas
          Solution Status constant.
static IloCplex.CplexStatus ItLimInfeas
          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 NumBestDualInfeas
          Solution Status constant.
static IloCplex.CplexStatus NumBestFeas
          Solution Status constant.
static IloCplex.CplexStatus NumBestInfeas
          Solution Status constant.
static IloCplex.CplexStatus NumBestPrimDualFeas
          Solution Status constant.
static IloCplex.CplexStatus NumBestPrimDualInfeas
          Solution Status constant.
static IloCplex.CplexStatus NumBestPrimInfeas
          Solution Status constant.
static IloCplex.CplexStatus ObjLim
          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 OptimalTol
          Solution Status constant.
static IloCplex.CplexStatus PrimDualInfeas
          Solution Status constant.
static IloCplex.CplexStatus PrimInfeas
          Solution Status constant.
static IloCplex.CplexStatus PrimObjLim
          Solution Status constant.
static IloCplex.CplexStatus SolLim
          Solution Status constant.
static IloCplex.CplexStatus TimeLimFeas
          Solution Status constant.
static IloCplex.CplexStatus TimeLimInfeas
          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

Unknown

public static final IloCplex.CplexStatus Unknown
Solution Status constant. See 0 in the C API, or IloCplex::CplexStatus::Unknown in the C++ API for further information

Optimal

public static final IloCplex.CplexStatus Optimal
Solution Status constant. See CPX_OPTIMAL in the C API, or IloCplex::CplexStatus::Optimal in the C++ API for further information

Infeasible

public static final IloCplex.CplexStatus Infeasible
Solution Status constant. See CPX_INFEASIBLE in the C API, or IloCplex::CplexStatus::Infeasible in the C++ API for further information

Unbounded

public static final IloCplex.CplexStatus Unbounded
Solution Status constant. See CPX_UNBOUNDED in the C API, or IloCplex::CplexStatus::Unbounded in the C++ API for further information

ObjLim

public static final IloCplex.CplexStatus ObjLim
Solution Status constant. See CPX_OBJ_LIM in the C API, or IloCplex::CplexStatus::ObjLim in the C++ API for further information

ItLimFeas

public static final IloCplex.CplexStatus ItLimFeas
Solution Status constant. See CPX_IT_LIM_FEAS in the C API, or IloCplex::CplexStatus::ItLimFeas in the C++ API for further information

ItLimInfeas

public static final IloCplex.CplexStatus ItLimInfeas
Solution Status constant. See CPX_IT_LIM_INFEAS in the C API, or IloCplex::CplexStatus::ItLimInfeas in the C++ API for further information

TimeLimFeas

public static final IloCplex.CplexStatus TimeLimFeas
Solution Status constant. See CPX_TIME_LIM_FEAS in the C API, or IloCplex::CplexStatus::TimeLimFeas in the C++ API for further information

TimeLimInfeas

public static final IloCplex.CplexStatus TimeLimInfeas
Solution Status constant. See CPX_TIME_LIM_INFEAS in the C API, or IloCplex::CplexStatus::TimeLimInfeas in the C++ API for further information

NumBestFeas

public static final IloCplex.CplexStatus NumBestFeas
Solution Status constant. See CPX_NUM_BEST_FEAS in the C API, or IloCplex::CplexStatus::NumBestFeas in the C++ API for further information

NumBestInfeas

public static final IloCplex.CplexStatus NumBestInfeas
Solution Status constant. See CPX_NUM_BEST_INFEAS in the C API, or IloCplex::CplexStatus::NumBestInfeas in the C++ API for further information

OptimalInfeas

public static final IloCplex.CplexStatus OptimalInfeas
Solution Status constant. See CPX_OPTIMAL_INFEAS in the C API, or IloCplex::CplexStatus::OptimalInfeas in the C++ API for further information

AbortFeas

public static final IloCplex.CplexStatus AbortFeas
Solution Status constant. See CPX_ABORT_FEAS in the C API, or IloCplex::CplexStatus::AbortFeas in the C++ API for further information

AbortInfeas

public static final IloCplex.CplexStatus AbortInfeas
Solution Status constant. See CPX_ABORT_INFEAS in the C API, or IloCplex::CplexStatus::AbortInfeas in the C++ API for further information

AbortDualInfeas

public static final IloCplex.CplexStatus AbortDualInfeas
Solution Status constant. See CPX_ABORT_DUAL_INFEAS in the C API, or IloCplex::CplexStatus::AbortDualInfeas in the C++ API for further information

AbortPrimInfeas

public static final IloCplex.CplexStatus AbortPrimInfeas
Solution Status constant. See CPX_ABORT_PRIM_INFEAS in the C API, or IloCplex::CplexStatus::AbortPrimInfeas in the C++ API for further information

AbortPrimDualInfeas

public static final IloCplex.CplexStatus AbortPrimDualInfeas
Solution Status constant. See CPX_ABORT_PRIM_DUAL_INFEAS in the C API, or IloCplex::CplexStatus::AbortPrimDualInfeas in the C++ API for further information

AbortPrimDualFeas

public static final IloCplex.CplexStatus AbortPrimDualFeas
Solution Status constant. See CPX_ABORT_PRIM_DUAL_FEAS in the C API, or IloCplex::CplexStatus::AbortPrimDualFeas in the C++ API for further information

AbortCrossover

public static final IloCplex.CplexStatus AbortCrossover
Solution Status constant. See CPX_ABORT_CROSSOVER in the C API, or IloCplex::CplexStatus::AbortCrossover in the C++ API for further information

InfOrUnbd

public static final IloCplex.CplexStatus InfOrUnbd
Solution Status constant. See CPX_INForUNBD in the C API, or IloCplex::CplexStatus::InfOrUnbd in the C++ API for further information

PrimInfeas

public static final IloCplex.CplexStatus PrimInfeas
Solution Status constant. See CPX_PRIM_INFEAS in the C API, or IloCplex::CplexStatus::PrimInfeas in the C++ API for further information

DualInfeas

public static final IloCplex.CplexStatus DualInfeas
Solution Status constant. See CPX_DUAL_INFEAS in the C API, or IloCplex::CplexStatus::DualInfeas in the C++ API for further information

PrimDualInfeas

public static final IloCplex.CplexStatus PrimDualInfeas
Solution Status constant. See CPX_PRIM_DUAL_INFEAS in the C API, or IloCplex::CplexStatus::PrimDualInfeas in the C++ API for further information

PrimObjLim

public static final IloCplex.CplexStatus PrimObjLim
Solution Status constant. See CPX_PRIM_OBJ_LIM in the C API, or IloCplex::CplexStatus::PrimObjLim in the C++ API for further information

DualObjLim

public static final IloCplex.CplexStatus DualObjLim
Solution Status constant. See CPX_DUAL_OBJ_LIM in the C API, or IloCplex::CplexStatus::DualObjLim in the C++ API for further information

OptimalFaceUnbounded

public static final IloCplex.CplexStatus OptimalFaceUnbounded
Solution Status constant. See CPX_OPTIMAL_FACE_UNBOUNDED in the C API, or IloCplex::CplexStatus::OptimalFaceUnbounded in the C++ API for further information

NumBestPrimDualFeas

public static final IloCplex.CplexStatus NumBestPrimDualFeas
Solution Status constant. See CPX_NUM_BEST_PRIM_DUAL_FEAS in the C API, or IloCplex::CplexStatus::NumBestPrimDualFeas in the C++ API for further information

NumBestPrimInfeas

public static final IloCplex.CplexStatus NumBestPrimInfeas
Solution Status constant. See CPX_NUM_BEST_PRIM_INFEAS in the C API, or IloCplex::CplexStatus::NumBestPrimInfeas in the C++ API for further information

NumBestDualInfeas

public static final IloCplex.CplexStatus NumBestDualInfeas
Solution Status constant. See CPX_NUM_BEST_DUAL_INFEAS in the C API, or IloCplex::CplexStatus::NumBestDualInfeas in the C++ API for further information

NumBestPrimDualInfeas

public static final IloCplex.CplexStatus NumBestPrimDualInfeas
Solution Status constant. See CPX_NUM_BEST_PRIM_DUAL_INFEAS in the C API, or IloCplex::CplexStatus::NumBestPrimDualInfeas in the C++ API for further information

BarrierNumError

public static final IloCplex.CplexStatus BarrierNumError
Solution Status constant. See CPX_BARRIER_NUM_ERROR in the C API, or IloCplex::CplexStatus::BarrierNumError in the C++ API for further information

BarrierInconsistent

public static final IloCplex.CplexStatus BarrierInconsistent
Solution Status constant. See CPX_BARRIER_INCONSISTENT in the C API, or IloCplex::CplexStatus::BarrierInconsistent in the C++ API for further information

OptimalTol

public static final IloCplex.CplexStatus OptimalTol
Solution Status constant. See CPXMIP_OPTIMAL_TOL in the C API, or IloCplex::CplexStatus::OptimalTol in the C++ API for further information

SolLim

public static final IloCplex.CplexStatus SolLim
Solution Status constant. See CPXMIP_SOL_LIM in the C API, or IloCplex::CplexStatus::SolLim in the C++ API for further information

NodeLimFeas

public static final IloCplex.CplexStatus NodeLimFeas
Solution Status constant. See CPXMIP_NODE_LIM_FEAS in the C API, or IloCplex::CplexStatus::NodeLimFeas in the C++ API for further information

NodeLimInfeas

public static final IloCplex.CplexStatus NodeLimInfeas
Solution Status constant. See CPXMIP_NODE_LIM_INFEAS in the C API, or IloCplex::CplexStatus::NodeLimInfeas in the C++ API for further information

FailFeas

public static final IloCplex.CplexStatus FailFeas
Solution Status constant. See CPXMIP_FAIL_FEAS in the C API, or IloCplex::CplexStatus::FailFeas in the C++ API for further information

FailInfeas

public static final IloCplex.CplexStatus FailInfeas
Solution Status constant. See CPXMIP_FAIL_INFEAS in the C API, or IloCplex::CplexStatus::FailInfeas in the C++ API for further information

MemLimFeas

public static final IloCplex.CplexStatus MemLimFeas
Solution Status constant. See CPXMIP_MEM_LIM_FEAS in the C API, or IloCplex::CplexStatus::MemLimFeas in the C++ API for further information

MemLimInfeas

public static final IloCplex.CplexStatus MemLimInfeas
Solution Status constant. See CPXMIP_MEM_LIM_INFEAS in the C API, or IloCplex::CplexStatus::MemLimInfeas in the C++ API for further information

FailFeasNoTree

public static final IloCplex.CplexStatus FailFeasNoTree
Solution Status constant. See CPXMIP_FAIL_FEAS_NO_TREE in the C API, or IloCplex::CplexStatus::FailFeasNoTree in the C++ API for further information

FailInfeasNoTree

public static final IloCplex.CplexStatus FailInfeasNoTree
Solution Status constant. See CPXMIP_FAIL_INFEAS_NO_TREE in the C API, or IloCplex::CplexStatus::FailInfeasNoTree in the C++ API for further information
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object