Class SimplexTable.Label
- java.lang.Object
-
- dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.SimplexTable.Label
-
- Enclosing class:
- SimplexTable
public static class SimplexTable.Label extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
index
the index of a variable, an inequality, an equality, etc., counting from 1SimplexTable.LabelType
type
the label type
-
Constructor Summary
Constructors Constructor Description Label(SimplexTable.LabelType type, int index)
Construct a label for a row or column in the simplex table.
-
-
-
Field Detail
-
type
public final SimplexTable.LabelType type
the label type
-
index
public final int index
the index of a variable, an inequality, an equality, etc., counting from 1
-
-
Constructor Detail
-
Label
public Label(SimplexTable.LabelType type, int index)
Construct a label for a row or column in the simplex table.- Parameters:
type
- the label typeindex
- the index of a variable, an inequality, an equality, etc., counting from 1
-
-