ILOG CPLEX .NET Reference Manual

Cplex.Or Method

Creates and returns an or goal from two arguments.

Overload List

Inherited from CplexModeler.

public IOr Or();

Inherited from CplexModeler.

public IOr Or(IConstraint,IConstraint);

Inherited from CplexModeler.

public IOr Or(IConstraint,IConstraint,string);

Inherited from CplexModeler.

public IOr Or(IConstraint[]);

Inherited from CplexModeler.

public IOr Or(IConstraint[],int,int);

Inherited from CplexModeler.

public IOr Or(IConstraint[],int,int,string);

Inherited from CplexModeler.

public IOr Or(IConstraint[],string);

Creates and returns an or goal from two arguments.

public Goal Or(Goal,Goal);

Creates and returns an or goal from three arguments.

public Goal Or(Goal,Goal,Goal);

Creates and returns an or goal from four arguments.

public Goal Or(Goal,Goal,Goal,Goal);

Creates and returns an or goal from five arguments.

public Goal Or(Goal,Goal,Goal,Goal,Goal);

Creates and returns an or goal from six arguments.

public Goal Or(Goal,Goal,Goal,Goal,Goal,Goal);

See Also

Cplex Class | ILOG.CPLEX Namespace