SimplexAlgorithmKind Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines two classes of simplex algorithms.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Enumeration SimplexAlgorithmKind
public enum SimplexAlgorithmKind
public enum class SimplexAlgorithmKind
type SimplexAlgorithmKind
public enum SimplexAlgorithmKind
Members
Member name | Description | |
---|---|---|
Primal | The primal form. | |
Dual | The dual form. |