public static interface Optimisation.Constraint extends Optimisation
Optimisation.Constraint, Optimisation.Integration<M extends Optimisation.Model,S extends Optimisation.Solver>, Optimisation.Model, Optimisation.Objective, Optimisation.Options, Optimisation.Result, Optimisation.Solver, Optimisation.State
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getLowerLimit()
The lower limit/bound - may return null.
|
BigDecimal |
getUpperLimit()
The upper limit/bound - may return null.
|
boolean |
isConstraint()
The Constraint has a lower or an upper limit actually set (possibly both) - it actually is
constained.
|
boolean |
isEqualityConstraint()
The Constraint has both a lower limit and an upper limit, and they are equal.
|
boolean |
isLowerConstraint()
The Constraint has a lower limit, and the upper limit (if it exists) is different.
|
boolean |
isUpperConstraint()
The Constraint has an upper limit, and the lower limit (if it exists) is different.
|
BigDecimal getLowerLimit()
BigDecimal getUpperLimit()
boolean isConstraint()
boolean isEqualityConstraint()
boolean isLowerConstraint()
boolean isUpperConstraint()
Copyright © 2019 Optimatika. All rights reserved.