Package org.ojalgo.optimisation.service
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.FileFormat
private final String
private 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) String
getKey()
(package private) Optimisation.Sense
getSense()
int
hashCode()
-
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
public int hashCode() -
getContents
byte[] getContents() -
getFormat
ExpressionsBasedModel.FileFormat getFormat() -
getKey
String getKey() -
getSense
Optimisation.Sense getSense()
-