Attach a variable map vars to a value map statuses. After some attachments have been done, only the elements with attachments are taken into account to get/set basis.

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

Syntax

C#
public void Attach(
	INumVarMap vars,
	IIntMap statuses
)

Parameters

vars
Type: ILOG.Concert..::..INumVarMap
The variable map to be attached.
statuses
Type: ILOG.Concert..::..IIntMap
The value map.

See Also