ConstraintSystem.Solve Method (ISolverParameters)

[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 given solver parameters.

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

Syntax

'Declaration
Public Function Solve ( _
    param As ISolverParameters _
) As ConstraintSolverSolution
public ConstraintSolverSolution Solve(
    ISolverParameters param
)
public:
ConstraintSolverSolution^ Solve(
    ISolverParameters^ param
)
member Solve : 
        param:ISolverParameters -> ConstraintSolverSolution 
public function Solve(
    param : ISolverParameters
) : ConstraintSolverSolution

Parameters

Return Value

Type: Microsoft.SolverFoundation.Solvers.ConstraintSolverSolution
The solution of a model by using a given solver parameters.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Solve Overload

Microsoft.SolverFoundation.Solvers Namespace