ILOG CPLEX .NET Reference Manual

Cplex.And Method

Creates and returns an and goal from two arguments.

Overload List

Inherited from CplexModeler.

public IAnd And();

Inherited from CplexModeler.

public IAnd And(IConstraint,IConstraint);

Inherited from CplexModeler.

public IAnd And(IConstraint,IConstraint,string);

Inherited from CplexModeler.

public IAnd And(IConstraint[]);

Inherited from CplexModeler.

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

Inherited from CplexModeler.

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

Inherited from CplexModeler.

public IAnd And(IConstraint[],string);

Creates and returns an and goal from two arguments.

public Goal And(Goal,Goal);

Creates and returns an and goal from three arguments.

public Goal And(Goal,Goal,Goal);

Creates and returns an and goal from four arguments.

public Goal And(Goal,Goal,Goal,Goal);

Creates and returns an and goal from five arguments.

public Goal And(Goal,Goal,Goal,Goal,Goal);

Creates and returns an and goal from six arguments.

public Goal And(Goal,Goal,Goal,Goal,Goal,Goal);

See Also

Cplex Class | ILOG.CPLEX Namespace