Adds a settings configuration to this OPL model.

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

Syntax

C#
public void addSettings(
	OplSettings settings
)

Parameters

settings
Type: ILOG.OPL..::..OplSettings
The settings to be added to the model.

See Also