Overload List

  Name Description
Public method Isomorphism(array<IIntervalVar>[]()[][], array<IIntervalVar>[]()[][])
This method creates an isomorphism constraint between the set of interval variables in the array domain and the set of interval variables in the array intervals.
Public method Isomorphism(array<IIntervalVar>[]()[][], array<IIntervalVar>[]()[][], String)
This method creates an isomorphism constraint between the set of interval variables in the array domain and the set of interval variables in the array intervals. The set of integer expressions in the array map is the indexer from intervals to domain with the default index value for absent intervals absVal.
Public method Isomorphism(array<IIntervalVar>[]()[][], array<IIntervalVar>[]()[][], array<IIntExpr>[]()[][], Int32)
This method creates an isomorphism constraint between the set of interval variables in the array domain and the set of interval variables in the array intervals. The set of integer expressions in the array map is the indexer from intervals to domain with the default index value for absent intervals absVal.
Public method Isomorphism(array<IIntervalVar>[]()[][], array<IIntervalVar>[]()[][], array<IIntExpr>[]()[][], Int32, String)
This method creates an isomorphism constraint between the set of interval variables in the array domain and the set of interval variables in the array intervals. The set of integer expressions in the array map is the indexer from intervals to domain with the default index value for absent intervals absVal.

See Also