SimplexPricing Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines the pricing strategy to use for simplex solving.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Enumeration SimplexPricing
public enum SimplexPricing
public enum class SimplexPricing
type SimplexPricing
public enum SimplexPricing
Members
Member name | Description | |
---|---|---|
Default | A pricing strategy that is chosen by the solver. | |
SteepestEdge | Steepest edge pricing. | |
ReducedCost | Reduced cost pricing. | |
Partial | Partial pricing. |