Dumps the current model and internal data using TextWriter class.

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

Syntax

C#
public virtual void DumpModel(
	TextWriter s
)
Visual Basic
Public Overridable Sub DumpModel ( _
	s As TextWriter _
)

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