Show / Hide Table of Contents

    Enum VariableType

    Type of a Variable.

    Namespace: OPTANO.Modeling.Optimization.Enums
    Assembly: Optimization.dll
    Syntax
    [DataContract]
    public enum VariableType : byte

    Fields

    Name Description
    Binary

    A binary number. I.e. a Integer bounds in {0, 1}.

    Continuous

    Continuous number (floating point).

    Integer

    Whole number (no floating point).

    Extension Methods

    ReflectionHelper.GetFieldValue(String)
    ReflectionHelper.SetFieldValue(String, Object)
    ExtensionMethods.Clone<VariableType>()
    EnumerationExtensions.Has<T>(T)
    EnumerationExtensions.Is<T>(T)
    EnumerationExtensions.Add<T>(T)
    EnumerationExtensions.Remove<T>(T)
    Back to top Copyright © OPTANO GmbH generated with DocFX
    Privacy Policy | Impressum – Legal Notice