BoundsType Enumeration

Type of variable bounds.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public enum BoundsType

Members

Unbounded0 Unbounded; i.e., between negative infinity and positive infinity.
BetweenZeroAndOne1 Between 0 and 1, inclusive.
Nonnegative2 Nonnegative; i.e., >= 0.
Nonpositive3 Nonpositive; i.e., <= 0.
Custom4 Custom bounds.

See Also