SolverContext.LoadModel Method (FileFormat, TextReader)

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

Loads a model from a file.

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

Syntax

'Declaration
Public Sub LoadModel ( _
    format As FileFormat, _
    reader As TextReader _
)
public void LoadModel(
    FileFormat format,
    TextReader reader
)
public:
void LoadModel(
    FileFormat format, 
    TextReader^ reader
)
member LoadModel : 
        format:FileFormat * 
        reader:TextReader -> unit 
public function LoadModel(
    format : FileFormat, 
    reader : TextReader
)

Parameters

.NET Framework Security

See Also

Reference

SolverContext Class

LoadModel Overload

Microsoft.SolverFoundation.Services Namespace