public static class IloCplex.BasisStatus
extends java.lang.Object
IloCplex.BasisStatus distinguishes three nonbasic statuses and
one basic status for the variables (columns) and constraints (rows) of an LP
or QP.| Modifier and Type | Field and Description |
|---|---|
static IloCplex.BasisStatus |
AtLower
This status indicates that the variable or slack corresponding to a
constraint is nonbasic and at its bound.
|
static IloCplex.BasisStatus |
AtUpper
This status indicates that the variable or slack corresponding to a
constraint is nonbasic, and at its upper bound.
|
static IloCplex.BasisStatus |
Basic
This status indicates that the variable or slack corresponding to a
constraint is basic.
|
static IloCplex.BasisStatus |
FreeOrSuperbasic
This status indicates that the variable is nonbasic, but not at a bound.
|
static IloCplex.BasisStatus |
NotABasicStatus
This status represents an illegal basis status.
|
public static final IloCplex.BasisStatus NotABasicStatus
public static final IloCplex.BasisStatus AtLower
public static final IloCplex.BasisStatus Basic
public static final IloCplex.BasisStatus AtUpper
public static final IloCplex.BasisStatus FreeOrSuperbasic
0 or it is set to a
specific value as a super-basic variable.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object