Show / Hide Table of Contents

    Enum SOSHandling

    Enum to indicate the handling of a certain SOS type. Use this enum to indicate the support for each individually.

    Namespace: Optimization.Configuration
    Assembly: Optimization.Configuration.dll
    Syntax
    public enum SOSHandling : byte

    Fields

    Name Description
    Emulated

    SOS of type x is not supported by this Solver and needs to be emulated by .

    Native

    SOS of type x is supported by this Solver.

    Extension Methods

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