MpsParser.ProcessSource Method (String, Boolean)

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

Invokes the Mathematical Programming System (MPS) parser.

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

Syntax

'Declaration
Public Function ProcessSource ( _
    path As String, _
    fFixedFormat As Boolean _
) As LinearModel
public LinearModel ProcessSource(
    string path,
    bool fFixedFormat
)
public:
LinearModel^ ProcessSource(
    String^ path, 
    bool fFixedFormat
)
member ProcessSource : 
        path:string * 
        fFixedFormat:bool -> LinearModel 
public function ProcessSource(
    path : String, 
    fFixedFormat : boolean
) : LinearModel

Parameters

  • fFixedFormat
    Type: System.Boolean
    A value that indicates whether the MPS is fixed format or free format.

Return Value

Type: Microsoft.SolverFoundation.Services.LinearModel
A linear model that is populated with tokens.

.NET Framework Security

See Also

Reference

MpsParser Class

ProcessSource Overload

Microsoft.SolverFoundation.Services Namespace