Uses of Class
dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.SimplexTable.LabelType
-
Packages that use SimplexTable.LabelType Package Description dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex -
-
Uses of SimplexTable.LabelType in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex
Fields in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex declared as SimplexTable.LabelType Modifier and Type Field Description SimplexTable.LabelType
SimplexTable.Label. type
the label typeMethods in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex that return SimplexTable.LabelType Modifier and Type Method Description static SimplexTable.LabelType
SimplexTable.LabelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SimplexTable.LabelType[]
SimplexTable.LabelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex with parameters of type SimplexTable.LabelType Constructor Description Label(SimplexTable.LabelType type, int index)
Construct a label for a row or column in the simplex table.
-