Handle to objectives returned by objective functions. More...
Properties | |
Expr | Lower [get] |
Retrieve a lower bound for the objective handle. More... | |
Expr | Upper [get] |
Retrieve an upper bound for the objective handle. More... | |
Expr | Value [get] |
Retrieve the value of an objective. More... | |
Expr[] | LowerAsVector [get] |
Retrieve a lower bound for the objective handle. More... | |
Expr[] | UpperAsVector [get] |
Retrieve an upper bound for the objective handle. More... | |
Handle to objectives returned by objective functions.
Definition at line 154 of file Optimize.cs.
|
get |
Retrieve a lower bound for the objective handle.
Definition at line 167 of file Optimize.cs.
|
get |
Retrieve a lower bound for the objective handle.
Definition at line 191 of file Optimize.cs.
|
get |
Retrieve an upper bound for the objective handle.
Definition at line 175 of file Optimize.cs.
|
get |
Retrieve an upper bound for the objective handle.
Definition at line 199 of file Optimize.cs.
|
get |
Retrieve the value of an objective.
Definition at line 183 of file Optimize.cs.