SolverContext.Solve Method

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

Solves a model that has been created and loaded.

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

Syntax

'Declaration
Public Function Solve As Solution
public Solution Solve()
public:
Solution^ Solve()
member Solve : unit -> Solution 
public function Solve() : Solution

Return Value

Type: Microsoft.SolverFoundation.Services.Solution
A solution of the model.

Remarks

This method is a blocking call.

.NET Framework Security

See Also

Reference

SolverContext Class

Solve Overload

Microsoft.SolverFoundation.Services Namespace