Handle to objectives returned by objective functions. More...
Handle to objectives returned by objective functions.
Definition at line 154 of file Optimize.cs.
◆ LowerRetrieve a lower bound for the objective handle.
Definition at line 167 of file Optimize.cs.
169 get{
returnopt.GetLower(handle); }
◆ LowerAsVectorRetrieve a lower bound for the objective handle.
Definition at line 191 of file Optimize.cs.
193 get{
returnopt.GetLowerAsVector(handle); }
◆ UpperRetrieve an upper bound for the objective handle.
Definition at line 175 of file Optimize.cs.
177 get{
returnopt.GetUpper(handle); }
◆ UpperAsVectorRetrieve an upper bound for the objective handle.
Definition at line 199 of file Optimize.cs.
201 get{
returnopt.GetUpperAsVector(handle); }
◆ ValueRetrieve the value of an objective.
Definition at line 183 of file Optimize.cs.
185 get{
return Lower; }
Expr Lower
Retrieve a lower bound for the objective handle.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4