Uses of Class
org.ojalgo.optimisation.FileFormatMPS.FileSection
-
Packages that use FileFormatMPS.FileSection Package Description org.ojalgo.optimisation -
-
Uses of FileFormatMPS.FileSection in org.ojalgo.optimisation
Methods in org.ojalgo.optimisation that return FileFormatMPS.FileSection Modifier and Type Method Description private FileFormatMPS.FileSection
FileFormatMPS. identifySection(java.lang.String line)
static FileFormatMPS.FileSection
FileFormatMPS.FileSection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FileFormatMPS.FileSection[]
FileFormatMPS.FileSection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ojalgo.optimisation with parameters of type FileFormatMPS.FileSection Modifier and Type Method Description private void
FileFormatMPS. parseSectionLine(FileFormatMPS.FileSection section, java.lang.String line)
-