Overload List

  Name Description
Public method Alternative(IIntervalVar, array<IIntervalVar>[]()[][])
This method creates an alternative constraint between interval variable a and the set of interval variables in the array bs.
Public method Alternative(IIntervalVar, array<IIntervalVar>[]()[][], IIntExpr)
This method creates an alternative constraint between interval variable a and the set of interval variables in the array bs with cardinality c. If a is present, c intervals in bs will be selected by the alternative constraint.
Public method Alternative(IIntervalVar, array<IIntervalVar>[]()[][], Int32)
This method creates an alternative constraint between interval variable a and the set of interval variables in the array bs with cardinality c. If a is present, c intervals in bs will be selected by the alternative constraint.
Public method Alternative(IIntervalVar, array<IIntervalVar>[]()[][], String)
This method creates an alternative constraint between interval variable a and the set of interval variables in the array bs.
Public method Alternative(IIntervalVar, array<IIntervalVar>[]()[][], IIntExpr, String)
This method creates an alternative constraint between interval variable a and the set of interval variables in the array bs with cardinality c. If a is present, c intervals in bs will be selected by the alternative constraint.
Public method Alternative(IIntervalVar, array<IIntervalVar>[]()[][], Int32, String)
This method creates an alternative constraint between interval variable a and the set of interval variables in the array bs with cardinality c. If a is present, c intervals in bs will be selected by the alternative constraint.

See Also