MPSExporter Constructor

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Creates a new instance of class MPSExporter.

Namespace: Optimization.Exporter
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public MPSExporter(
	Stream filestream
)
Visual Basic
Public Sub New ( _
	filestream As Stream _
)
Visual C++
public:
MPSExporter(
	Stream^ filestream
)

Parameters

filestream
Type: System.IO..::..Stream
The stream in which the model should be written.

See Also