Returns the warning output stream of the invoking Cplex
object.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.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.