SimplexAlgorithm Enumeration

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

Defines the type of simplex algorithm to use.

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

Syntax

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

Members

Member name Description
Default A simplex algorithm chosen by the solver.
Primal Primal simplex.
Dual Dual simplex.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace