Class OptimisationService.Problem
java.lang.Object
org.ojalgo.optimisation.service.OptimisationService.Problem
- Enclosing class:
OptimisationService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]private final ExpressionsBasedModel.FileFormatprivate final Stringprivate final Optimisation.Sense -
Constructor Summary
ConstructorsConstructorDescriptionProblem(String key, Optimisation.Sense sense, byte[] contents, ExpressionsBasedModel.FileFormat format) -
Method Summary
Modifier and TypeMethodDescriptionboolean(package private) byte[](package private) ExpressionsBasedModel.FileFormat(package private) StringgetKey()(package private) Optimisation.SensegetSense()inthashCode()
-
Field Details
-
myContents
private final byte[] myContents -
myFormat
-
myKey
-
mySense
-
-
Constructor Details
-
Problem
Problem(String key, Optimisation.Sense sense, byte[] contents, ExpressionsBasedModel.FileFormat format)
-
-
Method Details
-
equals
-
hashCode
-
getContents
byte[] getContents() -
getFormat
ExpressionsBasedModel.FileFormat getFormat() -
getKey
String getKey() -
getSense
Optimisation.Sense getSense()
-