ConstraintSystem.CreateSolver Method

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

Creates an instance of a solver.

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

Syntax

'Declaration
Public Shared Function CreateSolver As ConstraintSystem
public static ConstraintSystem CreateSolver()
public:
static ConstraintSystem^ CreateSolver()
static member CreateSolver : unit -> ConstraintSystem 
public static function CreateSolver() : ConstraintSystem

Return Value

Type: Microsoft.SolverFoundation.Solvers.ConstraintSystem
An instance of a solver.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

CreateSolver Overload

Microsoft.SolverFoundation.Solvers Namespace