Creates and returns an or
goal from two arguments.
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);