public static class SimplexTable.Label extends Object
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.
|
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 1Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.