Returns the linear objective function coefficients for an array of variables in the model being solved.
Returns the linear objective function coefficients for an array of variables in the model being solved.
protected double[] GetObjCoefs(INumVar[]);
Returns the linear objective function coefficients for a set of variables in the model being solved.
protected double[] GetObjCoefs(INumVar[],int,int);