ILOG CPLEX .NET Reference Manual

IModeler.And Method

Overload List

 

IAnd And();

Group several constraints together.

IAnd And(IConstraint,IConstraint);

Group several constraints together.

IAnd And(IConstraint,IConstraint,string);

Groups several constraints together.

IAnd And(IConstraint[]);

Groups several constraints together.

IAnd And(IConstraint[],int,int);

Groups several constraints together.

IAnd And(IConstraint[],int,int,string);

Groups several constraints together.

IAnd And(IConstraint[],string);

See Also

IModeler Interface | ILOG.Concert Namespace