public static class SimplexTable.Label
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
index
the index of a variable, an inequality, an equality, etc., counting from 1
|
SimplexTable.LabelType |
type
the label type
|
| Constructor and Description |
|---|
Label(SimplexTable.LabelType type,
int index)
Construct a label for a row or column in the simplex table.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final SimplexTable.LabelType type
public final int index
public Label(SimplexTable.LabelType type, int index)
type - the label typeindex - the index of a variable, an inequality, an equality, etc., counting from 1