Warning Method
Returns the warning output stream of the invoking Cplex object.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 20.1.0.0

Syntax

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

Return Value

The warning stream of the invoking Cplex object.

Remarks

This stream is used by Cplex for printing warnings. It can be set with the method Cplex.SetWarning.

See Also