ILOG CPLEX .NET Reference Manual

Cplex.Goal.GetValue Method (INumVar)

Returns the solution value of a variable at the current node.

protected double GetValue(
   INumVar var
);

Parameters

var
The variable whose current solution value is being queried.

Return Value

The solution value of variable var at the current node.

See Also

Cplex.Goal Class | ILOG.CPLEX Namespace | Cplex.Goal.GetValue Overload List