SolverContext.LoadModel Method (ITermModel)

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

Loads a non-linear model.

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

Syntax

'Declaration
Public Sub LoadModel ( _
    termModel As ITermModel _
)
public void LoadModel(
    ITermModel termModel
)
public:
void LoadModel(
    ITermModel^ termModel
)
member LoadModel : 
        termModel:ITermModel -> unit 
public function LoadModel(
    termModel : ITermModel
)

Parameters

.NET Framework Security

See Also

Reference

SolverContext Class

LoadModel Overload

Microsoft.SolverFoundation.Services Namespace