public static enum SimplexTable.LabelType extends Enum<SimplexTable.LabelType>
Enum Constant and Description |
---|
ARTIFICIAL
the artificial variable, x0, pp.
|
ARTIFICIAL_COST
the artificial objective, z0, pp.
|
B
the constraint values (the last column)
|
BASIC
the basic variables, i.e., constraints
|
COST
the cost function (the last row)
|
DELETED
the deleted rows and columns
|
EQUALITY
the equality constraints
|
FREE
the free variables
|
NON_BASIC
the non-basic variables, i.e., original variables in the cost function
|
UNDEFINED
an undefined label
|
Modifier and Type | Method and Description |
---|---|
static SimplexTable.LabelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimplexTable.LabelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimplexTable.LabelType NON_BASIC
public static final SimplexTable.LabelType B
public static final SimplexTable.LabelType BASIC
public static final SimplexTable.LabelType COST
public static final SimplexTable.LabelType EQUALITY
public static final SimplexTable.LabelType FREE
public static final SimplexTable.LabelType ARTIFICIAL
public static final SimplexTable.LabelType ARTIFICIAL_COST
public static final SimplexTable.LabelType DELETED
public static final SimplexTable.LabelType UNDEFINED
public static SimplexTable.LabelType[] values()
for (SimplexTable.LabelType c : SimplexTable.LabelType.values()) System.out.println(c);
public static SimplexTable.LabelType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.