ILOG CPLEX .NET Reference Manual

CplexModeler.And Method

Groups constraints together.

Overload List

Groups constraints together.

public IAnd And();

Groups together the constraints indicated by its arguments.

public IAnd And(IConstraint,IConstraint);

Groups together the constraints indicated by its arguments and assigns the string name to the group.

public IAnd And(IConstraint,IConstraint,string);

Groups constraints together.

public IAnd And(IConstraint[]);

Groups together part of the constraints in the array cons starting with the index indicated by start and continuing to the number of constraints indicated by num.

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

Groups together part of the constraints from the array cons starting with the index indicated by start and continuing to the number of constraints indicated by num.

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

Groups constraints together.

public IAnd And(IConstraint[],string);

See Also

CplexModeler Class | ILOG.CPLEX Namespace