ILOG CPLEX .NET Reference Manual

Cplex.Goal.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 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);

See Also

Cplex.Goal Class | ILOG.CPLEX Namespace