Sets the warning stream of the invoking CP object. After this call, all warnings will be output via the new stream. Passing null as the new output stream will turn off all warnings.
Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public virtual void SetWarning( TextWriter s ) |
Parameters
- s
- Type: System.IO..::..TextWriter
The new warnings output stream.