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.

Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)

Syntax

C#
public IIsomorphism Isomorphism(
	IIntervalVar[] domain,
	IIntervalVar[] intervals,
	string name
)

Parameters

domain
Type: array<ILOG.Concert..::..IIntervalVar>[]()[][]
intervals
Type: array<ILOG.Concert..::..IIntervalVar>[]()[][]
name
Type: System..::..String

Remarks

Note: This constraint cannot be used in a logical constraint.

See Also