DecisionVariable.IsInteger Property

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

Definition

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

Property Value

Boolean

See Also