Uses of Enum Class
org.ojalgo.optimisation.ExpressionsBasedModel.FileFormat
Packages that use ExpressionsBasedModel.FileFormat
-
Uses of ExpressionsBasedModel.FileFormat in org.ojalgo.optimisation
Subclasses with type arguments of type ExpressionsBasedModel.FileFormat in org.ojalgo.optimisationMethods in org.ojalgo.optimisation that return ExpressionsBasedModel.FileFormatModifier and TypeMethodDescriptionApart from the "native" EBM file format, currently only supports the MPS file format, but with some of the various extensions.Returns the enum constant of this class with the specified name.static ExpressionsBasedModel.FileFormat[]ExpressionsBasedModel.FileFormat.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 ExpressionsBasedModel.FileFormatModifier and TypeMethodDescriptionstatic ExpressionsBasedModelExpressionsBasedModel.parse(InputStream input, ExpressionsBasedModel.FileFormat format) -
Uses of ExpressionsBasedModel.FileFormat in org.ojalgo.optimisation.service
Fields in org.ojalgo.optimisation.service declared as ExpressionsBasedModel.FileFormatModifier and TypeFieldDescriptionprivate final ExpressionsBasedModel.FileFormatOptimisationService.Problem.myFormatMethods in org.ojalgo.optimisation.service that return ExpressionsBasedModel.FileFormatModifier and TypeMethodDescription(package private) ExpressionsBasedModel.FileFormatOptimisationService.Problem.getFormat()Methods in org.ojalgo.optimisation.service with parameters of type ExpressionsBasedModel.FileFormatModifier and TypeMethodDescriptionprivate static Optimisation.ResultOptimisationService.doOptimise(Optimisation.Sense sense, byte[] contents, ExpressionsBasedModel.FileFormat format) OptimisationService.optimise(Optimisation.Sense sense, byte[] contents, ExpressionsBasedModel.FileFormat format) OptimisationService.putOnQueue(Optimisation.Sense sense, byte[] contents, ExpressionsBasedModel.FileFormat format) Constructors in org.ojalgo.optimisation.service with parameters of type ExpressionsBasedModel.FileFormatModifierConstructorDescription(package private)Problem(String key, Optimisation.Sense sense, byte[] contents, ExpressionsBasedModel.FileFormat format)