LinearValueState Enumeration

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

Defines the status of a row or variable value.

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

Syntax

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

Members

Member name Description
Invalid The value is not finite.
Below The value is below the lower bound.
AtLower The value is at the lower bound.
Between The value is between the lower bound and the upper bound.
AtUpper The value is at the upper bound.
Above The value is over the upper bound.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace