SimplexVarValKind Enumeration

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

Defines variables that are supported by the simplex solver.

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

Syntax

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

Members

Member name Description
Basic The basis variable.
Fixed A fixed variable.
Lower A variable that is fixed at the lower bound.
Upper A variable that is fixed at the upper bound.
Zero A free variable that does not have any bounds.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace