ILOG CPLEX .NET Reference Manual

Cplex.GetValue Method

Returns the value that expr takes for the current solution.

Overload List

Returns the value that expr takes for the current solution.

public virtual double GetValue(INumExpr);

Returns the solution value for a variable.

public virtual double GetValue(INumVar);

See Also

Cplex Class | ILOG.CPLEX Namespace