The methods of the ILinearIntExpr interface are listed below. For a complete list of ILinearIntExpr interface members, see the ILinearIntExpr Members topic.
![]() | Adds all the terms found in the scalar product passed as argument to the invoking object. |
![]() | Overloaded. Adds the new term coef * var to a scalar product. |
![]() | Overloaded. Adds the new terms sum_i(coef[i] * var[i]) to a scalar product. |
![]() | Removes all terms from the invoking linear expression leaving a 0 expression behind. |
![]() | Returns an enumerator for the variables in the invoking ILinearIntExpr expression. |
![]() | Overloaded. Removes a set of variables from the invoking ILinearIntExpr expression. |