ILOG CPLEX .NET Reference Manual

Cplex.ControlCallback.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 virtual double[] GetLBs(INumVar[]);

Returns the current lower bounds for a set of variables.

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

See Also

Cplex.ControlCallback Class | ILOG.CPLEX Namespace