This parameter controls the level of warnings issued by CP Optimizer when a solve is launched.

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

Syntax

C#
public static readonly CP..::..IntParam WarningLevel

Remarks

Specifically, all warnings of level higher than this parameter are masked. Since CP Optimizer warning levels run from 1 to 4, setting this parameter to 0 turns off all warnings. Warnings issued may indicate potential errors or inefficiencies in your model. The default value of this parameter is 2.

See Also