ILOG CPLEX .NET Reference Manual

CplexModeler.Remove Method

Removes object from the invoking model.

Overload List

Removes object from the invoking model.

public virtual IAddable Remove(IAddable);

Removes the array of objects from the invoking model.

public virtual IAddable[] Remove(IAddable[]);

Removes part of the array of objects from the invoking model, starting with the index start and continuing to the number of objects indicated by num.

public virtual IAddable[] Remove(IAddable[],int,int);

See Also

CplexModeler Class | ILOG.CPLEX Namespace