SimplexCosting Enumeration

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

Defines the options for simplex costing.

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

Syntax

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

Members

Member name Description
Default The default option.
Automatic An option chosen by the solver for simplex costing, usually the SteepestEdge option.
BestReducedCost Represents an instruction to compute all reduced costs.
SteepestEdge Represents an instruction to compute steepest edge pricing.
Partial Represents an instruction to compute partial reduced cost.
NewPartial Represents an instruction to compute partial pricing.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace