ILOG CPLEX .NET Reference Manual

Cplex.Warning Method 

Returns the warning output stream of the invoking Cplex object.

public virtual TextWriter Warning();

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

Cplex Class | ILOG.CPLEX Namespace