Uses of Enum Class
org.ojalgo.optimisation.FileFormatMPS.FileSection
Packages that use FileFormatMPS.FileSection
-
Uses of FileFormatMPS.FileSection in org.ojalgo.optimisation
Methods in org.ojalgo.optimisation that return FileFormatMPS.FileSectionModifier and TypeMethodDescriptionprivate FileFormatMPS.FileSection
FileFormatMPS.identifySection
(String line) static FileFormatMPS.FileSection
Returns the enum constant of this class with the specified name.static FileFormatMPS.FileSection[]
FileFormatMPS.FileSection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ojalgo.optimisation with parameters of type FileFormatMPS.FileSectionModifier and TypeMethodDescriptionprivate void
FileFormatMPS.parseSectionLine
(FileFormatMPS.FileSection section, String line)