SimplexBasis Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Specifies the basis to use for simplex solving.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Enumeration SimplexBasis
public enum SimplexBasis
public enum class SimplexBasis
type SimplexBasis
public enum SimplexBasis
Members
Member name | Description | |
---|---|---|
Default | A simplex basis chosen by the sover. | |
Crash | The crash basis. | |
Slack | The slack basis. | |
Freedom | The freedom basis. |