Show / Hide Table of Contents

    Enum NormalizingBehavior

    Describes the behavior of a normalizing submodule when sending a model to the solver

    Namespace: OPTANO.Modeling.Optimization.Configuration
    Assembly: Optimization.Configuration.dll
    Syntax
    [DataContract]
    public enum NormalizingBehavior : byte

    Fields

    Name Description
    Auto

    Constraint and objectives will normalized automatically (Default)

    Manual

    Constraint and objectives will not be normalized. Developers will need to ensure all constraints and objectives are normalized

    Extension Methods

    ReflectionHelper.GetFieldValue(String)
    ReflectionHelper.SetFieldValue(String, Object)
    ExtensionMethods.Clone<NormalizingBehavior>()
    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