SolverKind Enumeration

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

Defines the types of solvers.

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

Syntax

'Declaration
Public Enumeration SolverKind
public enum SolverKind
public enum class SolverKind
type SolverKind
public enum SolverKind

Members

Member name Description
Simplex Simplex algorithm.
InteriorPointCentral Interior point primal-dual predictor-corrector algorithm.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace