Overload List

  NameDescription
Public methodAnd()()()()
Groups constraints together.
(Inherited from CplexModeler.)
Public methodAnd(array<IConstraint>[]()[][])
Groups constraints together.
(Inherited from CplexModeler.)
Public methodAnd(Cplex..::..Goal, Cplex..::..Goal)
Creates and returns a conjunctive goal (that is, an and-goal) from two arguments.
Public methodAnd(IConstraint, IConstraint)
Groups together the constraints specified by its arguments.
(Inherited from CplexModeler.)
Public methodAnd(array<IConstraint>[]()[][], String)
Groups constraints together.
(Inherited from CplexModeler.)
Public methodAnd(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
Creates and returns a conjunctive goal (that is, an and-goal) from three arguments.
Public methodAnd(IConstraint, IConstraint, String)
Groups together the constraints specified by its arguments and assigns the string name to the group.
(Inherited from CplexModeler.)
Public methodAnd(array<IConstraint>[]()[][], Int32, Int32)
Groups together part of the constraints in the array cons starting with the index specified by start and continuing to the number of constraints specified by num.
(Inherited from CplexModeler.)
Public methodAnd(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
Creates and returns a conjunctive goal (that is, an and-goal) from four arguments.
Public methodAnd(array<IConstraint>[]()[][], Int32, Int32, String)
Groups together part of the constraints from the array cons starting with the index specified by start and continuing to the number of constraints specified by num.
(Inherited from CplexModeler.)
Public methodAnd(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
Creates and returns a conjunctive goal (that is, an and-goal) from five arguments.
Public methodAnd(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
Creates and returns a conjunctive goal (that is, an and-goal) from six arguments.

See Also