ILinearSolver.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 by using the parameter instance.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.ILinearSolution
The solution for the model.

.NET Framework Security

See Also

Reference

ILinearSolver Interface

Microsoft.SolverFoundation.Services Namespace