DecisionVariable.IsInteger Property

Gets or sets whether the variable is restricted to integer values.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool IsInteger { get; set; }

Property Value

Boolean

See Also