Handle to objectives returned by objective functions. More...
Properties | |
| Expr | Lower [get] |
| Retrieve a lower bound for the objective handle. | |
| Expr | Upper [get] |
| Retrieve an upper bound for the objective handle. | |
| Expr | Value [get] |
| Retrieve the value of an objective. | |
| Expr[] | LowerAsVector [get] |
| Retrieve a lower bound for the objective handle. | |
| Expr[] | UpperAsVector [get] |
| Retrieve an upper bound for the objective handle. | |
Handle to objectives returned by objective functions.
Definition at line 176 of file Optimize.cs.
|
get |
Retrieve a lower bound for the objective handle.
Definition at line 189 of file Optimize.cs.
|
get |
Retrieve a lower bound for the objective handle.
Definition at line 213 of file Optimize.cs.
|
get |
Retrieve an upper bound for the objective handle.
Definition at line 197 of file Optimize.cs.
|
get |
Retrieve an upper bound for the objective handle.
Definition at line 221 of file Optimize.cs.
|
get |
Retrieve the value of an objective.
Definition at line 205 of file Optimize.cs.