Returns the linear objective function coefficients for a set of variables in the model being solved.
var
for which to query the linear objective function coefficients. var
for which to query the linear objective function coefficients. An array of double values containing the linear objective function coefficients for the specified variables in the problem being solved. If obj
is the returned array, obj[j]
is the linear objective function coefficient for variable var[j+start]
, for j = 0, ..., num-1
.
Cplex.Goal Class | ILOG.CPLEX Namespace | Cplex.Goal.GetObjCoefs Overload List