This member function assigns value as the
coefficient of var in the invoking expression if the
invoking expression is linear. This member function applies only
to linear expressions. In other words, you can not use this member
function to change the coefficient of a non linear expression.
An attempt to do so will cause Concert Technology to throw
an exception.
Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
void SetLinearCoef( INumVar var, double value ) |