This method returns the current value of the variable v in the invoking instance of CP. An assertion is violated if v is not fixed to a value.

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

Syntax

C#
public virtual int GetIntValue(
	IIntVar var
)
Visual Basic
Public Overridable Function GetIntValue ( _
	var As IIntVar _
) As Integer

Parameters

var
Type: ILOG.Concert..::..IIntVar

See Also