Overload List
| Name | Description | |
|---|---|---|
|
|
Alternative(IIntervalVar, array<IIntervalVar>[]()[][]) |
This method creates an alternative constraint between interval variable a and
the set of interval variables in the array bs.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|