ILOG CPLEX .NET Reference Manual

IMPModeler.SetLinearCoefs Method

Sets linear coefficients for variables in the expression of the specified IObjective object.

Overload List

Sets linear coefficients for variables in the expression of the specified IObjective object.

void SetLinearCoefs(IObjective,INumVar[],double[]);

Sets linear coefficients for variables in the expression of the specified IObjective object.

void SetLinearCoefs(IObjective,INumVar[],double[],int,int);

Sets linear coefficients for variables in the expression of the specified IObjective object.

void SetLinearCoefs(IObjective,double[],INumVar[]);

Sets linear coefficients for variables in the expression of the specified IObjective object.

void SetLinearCoefs(IObjective,double[],INumVar[],int,int);

Sets linear coefficients for variables in the expression of the specified IRange object.

void SetLinearCoefs(IRange,INumVar[],double[]);

Sets linear coefficients for variables in the expression of the specified IRange object.

void SetLinearCoefs(IRange,INumVar[],double[],int,int);

Sets linear coefficients for variables in the expression of the specified IRange object.

void SetLinearCoefs(IRange,double[],INumVar[]);

Sets linear coefficients for variables in the expression of the specified IRange object.

void SetLinearCoefs(IRange,double[],INumVar[],int,int);

See Also

IMPModeler Interface | ILOG.Concert Namespace