Exports the current model using TextWriter class.

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

Syntax

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

Parameters

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

Remarks

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

See Also