ILOG CPLEX .NET Reference Manual

CplexModeler.Add Method

Adds object to the invoking model.

Overload List

Adds object to the invoking model.

public virtual IAddable Add(IAddable);

Adds the array of objects to the invoking model.

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

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

See Also

CplexModeler Class | ILOG.CPLEX Namespace