IRowVariableSolver.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, using the specified parameters.

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

Syntax

'Declaration
Function Solve ( _
    parameters As ISolverParameters _
) As INonlinearSolution
INonlinearSolution Solve(
    ISolverParameters parameters
)
INonlinearSolution^ Solve(
    ISolverParameters^ parameters
)
abstract Solve : 
        parameters:ISolverParameters -> INonlinearSolution 
function Solve(
    parameters : ISolverParameters
) : INonlinearSolution

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.INonlinearSolution
The solution for a solver.

.NET Framework Security

See Also

Reference

IRowVariableSolver Interface

Microsoft.SolverFoundation.Services Namespace