Uses of Enum Class
org.ojalgo.optimisation.FileFormatMPS.RowType
Packages that use FileFormatMPS.RowType
-
Uses of FileFormatMPS.RowType in org.ojalgo.optimisation
Subclasses with type arguments of type FileFormatMPS.RowType in org.ojalgo.optimisationModifier and TypeClassDescription(package private) static enumRowType used with the ROWS and RANGES sections.Fields in org.ojalgo.optimisation declared as FileFormatMPS.RowTypeMethods in org.ojalgo.optimisation that return FileFormatMPS.RowTypeModifier and TypeMethodDescription(package private) FileFormatMPS.RowTypeFileFormatMPS.Row.getType()static FileFormatMPS.RowTypeReturns the enum constant of this class with the specified name.static FileFormatMPS.RowType[]FileFormatMPS.RowType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ojalgo.optimisation with parameters of type FileFormatMPS.RowTypeModifierConstructorDescription(package private)Row(String name, FileFormatMPS.RowType rowType, String objName)