Sets the element idx from the map to value. The invoking map should be of only one dimension. See set(Int).

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

Syntax

C#
void Set(
	double index,
	IIntervalSequenceVar v
)

Parameters

index
Type: System..::..Double
v
Type: ILOG.Concert..::..IIntervalSequenceVar

See Also