ILOG CPLEX .NET Reference Manual

Cplex.MIPCallback.GetObjCoefs Method

Returns the linear objective function coefficients for an array of variables in the model being solved.

Overload List

Returns the linear objective function coefficients for an array of variables in the model being solved.

protected virtual double[] GetObjCoefs(INumVar[]);

Returns the linear objective function coefficients for a set of variables in the model being solved.

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

See Also

Cplex.MIPCallback Class | ILOG.CPLEX Namespace