ILOG CPLEX .NET Reference Manual

CplexModeler.Remove Method (IAddable[], Int32, Int32)

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[] objects,
   int start,
   int num
);

Implements

IModel.Remove

Remarks

See {@link ILOG.Concert.IModel#remove(IAddable[], int, int)}

See Also

CplexModeler Class | ILOG.CPLEX Namespace | CplexModeler.Remove Overload List