Overload List

  NameDescription
Public methodRemove(IIntVar)
Removes a variable from the invoking ILinearIntExpr expression.
(Inherited from ILinearIntExpr.)
Public methodRemove(array<IIntVar>[]()[][])
Removes a set of variables from the invoking ILinearIntExpr expression.
(Inherited from ILinearIntExpr.)
Public methodRemove(IIntVar)
Removes all terms that use var from the invoking expression.
Public methodRemove(array<IIntVar>[]()[][])
Removes all terms that use a variable of the specified array from the invoking expression.
Public methodRemove(IIntVar)
Removes all terms that use var from the invoking quadratic expression.
(Inherited from IQuadIntExpr.)
Public methodRemove(array<IIntVar>[]()[][])
Removes all terms that use a variable of the specified array from the invoking quadratic expression.
(Inherited from IQuadIntExpr.)
Public methodRemove(array<IIntVar>[]()[][], Int32, Int32)
Removes a set of variables from the invoking ILinearIntExpr expression.
(Inherited from ILinearIntExpr.)
Public methodRemove(array<IIntVar>[]()[][], 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<IIntVar>[]()[][], 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 IQuadIntExpr.)

See Also