ILOG CPLEX .NET Reference Manual |
|
Cplex.NodeCallback.GetObjValue Method (Int32)
Returns the objective value of the node indicated by the node number node
.
protected virtual
double GetObjValue(
int node);
Parameters
-
node
- The number of the node for which the objective value is requested.
Return Value
The objective value of node number node
.
See Also
Cplex.NodeCallback Class | ILOG.CPLEX Namespace | Cplex.NodeCallback.GetObjValue Overload List