Uses of Enum Class
org.ojalgo.optimisation.Optimisation.Sense
Packages that use Optimisation.Sense
-
Uses of Optimisation.Sense in org.ojalgo.optimisation
Methods in org.ojalgo.optimisation that return Optimisation.SenseModifier and TypeMethodDescriptionExpressionsBasedModel.getOptimisationSense()The default optimisation sense isMINIf this model was read from a file and that file format contained information about being a minimisation or maximisation model, that info is reflected here.static Optimisation.SenseReturns the enum constant of this class with the specified name.static Optimisation.Sense[]Optimisation.Sense.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Optimisation.Sense in org.ojalgo.optimisation.service
Methods in org.ojalgo.optimisation.service with parameters of type Optimisation.SenseModifier and TypeMethodDescriptionOptimisationService.optimise(Optimisation.Sense sense, byte[] contents, ExpressionsBasedModel.FileFormat format) OptimisationService.putOnQueue(Optimisation.Sense sense, byte[] contents, ExpressionsBasedModel.FileFormat format)