Uses of Class
org.ojalgo.optimisation.FileFormatMPS.BoundType
-
Packages that use FileFormatMPS.BoundType Package Description org.ojalgo.optimisation -
-
Uses of FileFormatMPS.BoundType in org.ojalgo.optimisation
Methods in org.ojalgo.optimisation that return FileFormatMPS.BoundType Modifier and Type Method Description static FileFormatMPS.BoundType
FileFormatMPS.BoundType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FileFormatMPS.BoundType[]
FileFormatMPS.BoundType. 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.BoundType Modifier and Type Method Description (package private) FileFormatMPS.Column
FileFormatMPS.Column. bound(FileFormatMPS.BoundType type, java.math.BigDecimal value)
-