Overload List

  NameDescription
Public methodRemove(INumVar)
Removes a variable from the invoking ILinearNumExpr expression.
(Inherited from ILinearNumExpr.)
Public methodRemove(array<INumVar>[]()[][])
Removes variables from the invoking ILinearNumExpr expression.
(Inherited from ILinearNumExpr.)
Public methodRemove(INumVar)
Removes all terms that use var from the invoking expression.
Public methodRemove(array<INumVar>[]()[][])
Removes all terms that use a variable of the specified array from the invoking expression.
Public methodRemove(INumVar)
Removes all terms that use var from the invoking quadratic expression.
(Inherited from IQuadNumExpr.)
Public methodRemove(array<INumVar>[]()[][])
Removes all terms that use a variable in the specified array from the invoking quadratic expression.
(Inherited from IQuadNumExpr.)
Public methodRemove(array<INumVar>[]()[][], Int32, Int32)
Removes variables from the invoking ILinearNumExpr expression.
(Inherited from ILinearNumExpr.)
Public methodRemove(array<INumVar>[]()[][], Int32, Int32)
Removes all terms that use a variable var[i] from the invoking expression, for the indices i from start to start + num-1.
Public methodRemove(array<INumVar>[]()[][], Int32, Int32)
Removes all terms that use a variable var[i] from the invoking quadratic expression, for the indices i from start to start + num-1.
(Inherited from IQuadNumExpr.)

See Also