Uses of Class
org.ojalgo.optimisation.FileFormatMPS.RowType
-
Packages that use FileFormatMPS.RowType Package Description org.ojalgo.optimisation -
-
Uses of FileFormatMPS.RowType in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation declared as FileFormatMPS.RowType Modifier and Type Field Description private FileFormatMPS.RowType
FileFormatMPS.Row. myType
Methods in org.ojalgo.optimisation that return FileFormatMPS.RowType Modifier and Type Method Description (package private) FileFormatMPS.RowType
FileFormatMPS.Row. getType()
static FileFormatMPS.RowType
FileFormatMPS.RowType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FileFormatMPS.RowType[]
FileFormatMPS.RowType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.ojalgo.optimisation with parameters of type FileFormatMPS.RowType Constructor Description Row(java.lang.String name, FileFormatMPS.RowType rowType, java.lang.String objName)
-