Dumps the current model and internal data using TextWriter class.

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

Syntax

C#
public virtual void DumpModel(
	TextWriter s
)

Parameters

s
Type: System.IO..::..TextWriter

Remarks

This method dumps the currently loaded model into a stream. Otherwise it behaves the same as the second variant of this method that dumps the model into a file.

See Also