MpsWriter Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the MpsWriter class.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Sub New ( _
    mod As ILinearModel _
)
public MpsWriter(
    ILinearModel mod
)
public:
MpsWriter(
    ILinearModel^ mod
)
new : 
        mod:ILinearModel -> MpsWriter
public function MpsWriter(
    mod : ILinearModel
)

Parameters

.NET Framework Security

See Also

Reference

MpsWriter Class

Microsoft.SolverFoundation.Services Namespace