Sets linear coefficients for variables in the expression of the specified IObjective
object.
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);