SimplexSolver.SolveRelaxation Method

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

Solves a relaxation problem.

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

SimplexSolver Class

Microsoft.SolverFoundation.Solvers Namespace