This method returns the size of the domain of variable var as maintained in the invoking instance of CP. An assertion is violated if var is not of integral type.

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

Syntax

C#
public virtual int GetDomainSize(
	INumVar var
)

Parameters

var
Type: ILOG.Concert..::..INumVar

See Also