ILOG CPLEX .NET Reference Manual

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

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

public virtual IAddable[] Add(
   IAddable[] objects,
   int start,
   int num
);

Implements

IModel.Add

Remarks

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

See Also

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