public interface Constraints
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
dimension()
Get the number of variables.
|
java.util.List<RealScalarFunction> |
getConstraints()
Get the list of constraint functions.
|
int |
size()
Get the number of constraints.
|
java.util.List<RealScalarFunction> getConstraints()
int dimension()
int size()