Uses of Class
org.ojalgo.optimisation.ExpressionsBasedModel.FileFormat
-
Packages that use ExpressionsBasedModel.FileFormat Package Description org.ojalgo.optimisation org.ojalgo.optimisation.service -
-
Uses of ExpressionsBasedModel.FileFormat in org.ojalgo.optimisation
Methods in org.ojalgo.optimisation that return ExpressionsBasedModel.FileFormat Modifier and Type Method Description static ExpressionsBasedModel.FileFormatExpressionsBasedModel.FileFormat. from(java.io.File file)Apart from the "native" EBM file format, currently only supports the MPS file format, but with some of the various extensions.static ExpressionsBasedModel.FileFormatExpressionsBasedModel.FileFormat. from(java.lang.String path)static ExpressionsBasedModel.FileFormatExpressionsBasedModel.FileFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExpressionsBasedModel.FileFormat[]ExpressionsBasedModel.FileFormat. 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 ExpressionsBasedModel.FileFormat Modifier and Type Method Description static ExpressionsBasedModelExpressionsBasedModel. parse(java.io.InputStream input, ExpressionsBasedModel.FileFormat format) -
Uses of ExpressionsBasedModel.FileFormat in org.ojalgo.optimisation.service
Fields in org.ojalgo.optimisation.service declared as ExpressionsBasedModel.FileFormat Modifier and Type Field Description private ExpressionsBasedModel.FileFormatOptimisationService.Problem. myFormatMethods in org.ojalgo.optimisation.service that return ExpressionsBasedModel.FileFormat Modifier and Type Method Description (package private) ExpressionsBasedModel.FileFormatOptimisationService.Problem. getFormat()Methods in org.ojalgo.optimisation.service with parameters of type ExpressionsBasedModel.FileFormat Modifier and Type Method Description private static Optimisation.ResultOptimisationService. doOptimise(Optimisation.Sense sense, byte[] contents, ExpressionsBasedModel.FileFormat format)Optimisation.ResultOptimisationService. optimise(Optimisation.Sense sense, byte[] contents, ExpressionsBasedModel.FileFormat format)java.lang.StringOptimisationService. putOnQueue(Optimisation.Sense sense, byte[] contents, ExpressionsBasedModel.FileFormat format)Constructors in org.ojalgo.optimisation.service with parameters of type ExpressionsBasedModel.FileFormat Constructor Description Problem(java.lang.String key, Optimisation.Sense sense, byte[] contents, ExpressionsBasedModel.FileFormat format)
-