Returns the warning output stream of the invoking CP object. This stream is used by CP for printing warnings. It can be set with the method CP.SetWarning.

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

Syntax

C#
public virtual TextWriter Warning()
Visual Basic
Public Overridable Function Warning As TextWriter

Return Value

The warning stream of the invoking CP object.

See Also