Overload List

  NameDescription
Public methodRemove(INumVar)
Removes all terms that use var from the invoking quadratic expression.
Public methodRemove(array<INumVar>[]()[][])
Removes all terms that use a variable in the specified array from the invoking quadratic expression.
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.

See Also