InteriorPointSolver.Solve Method (array<InteriorPointSolverParams[])

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

Runs a solver using one thread per solver parameter.

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

Syntax

'Declaration
Public Overridable Function Solve ( _
    ParamArray parameters As InteriorPointSolverParams() _
) As ILinearSolution
public virtual ILinearSolution Solve(
    params InteriorPointSolverParams[] parameters
)
public:
virtual ILinearSolution^ Solve(
    ... array<InteriorPointSolverParams^>^ parameters
)
abstract Solve : 
        parameters:InteriorPointSolverParams[] -> ILinearSolution 
override Solve : 
        parameters:InteriorPointSolverParams[] -> ILinearSolution 
public function Solve(
    ... parameters : InteriorPointSolverParams[]
) : ILinearSolution

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.ILinearSolution
The solution from the solver.

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Solve Overload

Microsoft.SolverFoundation.Solvers Namespace