Uses of Enum Class
org.ojalgo.optimisation.FileFormatMPS.FileSection
Packages that use FileFormatMPS.FileSection
-
Uses of FileFormatMPS.FileSection in org.ojalgo.optimisation
Subclasses with type arguments of type FileFormatMPS.FileSection in org.ojalgo.optimisationMethods in org.ojalgo.optimisation that return FileFormatMPS.FileSectionModifier and TypeMethodDescriptionprivate FileFormatMPS.FileSectionFileFormatMPS.identifySection(String line) static FileFormatMPS.FileSectionReturns 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 voidFileFormatMPS.parseSectionLine(FileFormatMPS.FileSection section, String line)