Package | Description |
---|---|
org.opensourcedea.dea | |
org.opensourcedea.linearSolver |
Modifier and Type | Method and Description |
---|---|
SolverReturnStatus |
DEAProblem.getOptimisationStatus()
Returns the DEAProblem optimisation SolverReturnStatus.
|
SolverReturnStatus |
DEAPSolution.getStatus()
Gets the Solution Status.
|
static SolverReturnStatus |
SolverReturnStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolverReturnStatus[] |
SolverReturnStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DEAPSolution.setStatus(SolverReturnStatus statusValue)
Sets the Solution Status.
|
Modifier and Type | Field and Description |
---|---|
SolverReturnStatus |
SolverResults.Status |