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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.