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

Syntax

C#
void SetIntVar(
	int index,
	IIntVar v
)
Visual Basic
Sub SetIntVar ( _
	index As Integer, _
	v As IIntVar _
)

Parameters

index
Type: System..::..Int32
v
Type: ILOG.Concert..::..IIntVar

See Also