ILOG CPLEX .NET Reference Manual

ILinearIntExpr.Remove Method

Removes a variable from the invoking ILinearIntExpr expression.

Overload List

Removes a variable from the invoking ILinearIntExpr expression.

void Remove(IIntVar);

Removes a set of variables from the invoking ILinearIntExpr expression.

void Remove(IIntVar[]);

Removes a set of variables from the invoking ILinearIntExpr expression.

void Remove(IIntVar[],int,int);

See Also

ILinearIntExpr Interface | ILOG.Concert Namespace