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.RowTypeFileFormatMPS.Row. myTypeMethods in org.ojalgo.optimisation that return FileFormatMPS.RowType Modifier and Type Method Description (package private) FileFormatMPS.RowTypeFileFormatMPS.Row. getType()static FileFormatMPS.RowTypeFileFormatMPS.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)
-