MpsWriter.WriteMps Method

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

Creates an MPS file.

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

Syntax

'Declaration
Public Overridable Sub WriteMps ( _
    wrt As TextWriter, _
    fFixed As Boolean _
)
public virtual void WriteMps(
    TextWriter wrt,
    bool fFixed
)
public:
virtual void WriteMps(
    TextWriter^ wrt, 
    bool fFixed
)
abstract WriteMps : 
        wrt:TextWriter * 
        fFixed:bool -> unit 
override WriteMps : 
        wrt:TextWriter * 
        fFixed:bool -> unit 
public function WriteMps(
    wrt : TextWriter, 
    fFixed : boolean
)

Parameters

  • fFixed
    Type: System.Boolean
    A value that specifies whether the output is in free format or fixed format. true to specify fixed format; otherwise, false.

.NET Framework Security

See Also

Reference

MpsWriter Class

Microsoft.SolverFoundation.Services Namespace