Apply the settings to OPL and the needed engine. For example: oplModel.applyOpsSettings(0, "c:/temp/mytrans.ops"); Or: oplModel.applyOpsSettings("c:/temp/", "mytrans.ops");

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

Syntax

C#
public void applyOpsSettings(
	string baseDir,
	string opsFile
)

Parameters

baseDir
Type: System..::..String
Base directory or null 0param opsFile OPS file name of OPS full path
opsFile
Type: System..::..String

See Also