InteriorPointSolver.Solve Method (ISolverParameters)

[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 solver parameter.

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

Syntax

'Declaration
Public Overridable Function Solve ( _
    parameter As ISolverParameters _
) As ILinearSolution
public virtual ILinearSolution Solve(
    ISolverParameters parameter
)
public:
virtual ILinearSolution^ Solve(
    ISolverParameters^ parameter
)
abstract Solve : 
        parameter:ISolverParameters -> ILinearSolution 
override Solve : 
        parameter:ISolverParameters -> ILinearSolution 
public function Solve(
    parameter : ISolverParameters
) : ILinearSolution

Parameters

Return Value

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

Implements

ILinearSolver.Solve(ISolverParameters)

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Solve Overload

Microsoft.SolverFoundation.Solvers Namespace