Attach a constraint map cts to a value map prefs of preferences. After some attachments have been done only the constraints with attached preferences are taken into account for relaxation.

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

Syntax

C#
public void Attach(
	IConstraintMap cts,
	INumMap prefs
)

Parameters

cts
Type: ILOG.Concert..::..IConstraintMap
An object holding the constraints to attach preferences to.
prefs
Type: ILOG.Concert..::..INumMap
An object holding the preferences.

See Also