ILOG CPLEX .NET Reference Manual

Cplex.Goal.GetLBs Method

Returns the current lower bounds for an array of variables.

Overload List

Returns the current lower bounds for an array of variables.

protected double[] GetLBs(INumVar[]);

Returns the current lower bounds for a set of variables.

protected double[] GetLBs(INumVar[],int,int);

See Also

Cplex.Goal Class | ILOG.CPLEX Namespace