Overload List
| Name | Description | |
|---|---|---|
| Remove(INumVar) |
Removes all terms that use var from
the invoking quadratic expression.
| |
| Remove(array<INumVar>[]()[][]) |
Removes all terms that use a variable in the specified array
from the invoking quadratic expression.
| |
| Remove(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.
|