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

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

Syntax

C#
public static readonly CP..::..IntParam WarningLevel
Visual Basic
Public Shared ReadOnly WarningLevel As CP..::..IntParam

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