public static class BoxConstraints.Bound
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
index
the index to the variable, counting from 1
|
| Constructor and Description |
|---|
Bound(int index,
double lower,
double upper)
Construct a bound constraint for a variable.
|
| Modifier and Type | Method and Description |
|---|---|
double |
lower() |
java.lang.String |
toString() |
double |
upper() |