Show / Hide Table of Contents

    Enum SOSType

    The SOS type

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

    Fields

    Name Description
    S1

    A SOS1 is a set of variables in which at most one variable may be positive at an integer feasible solution.

    S2

    A SOS2 is a set of variables in which at most two variables may be positive at an integer feasible solution, and moreover, any positive variables must be adjacent in the ordering specified by the ordering values.

    S3

    The set of variables appearing in an equation with only binary variables and +1 or -1 coefficients, and a right-hand-side value of 1 - (number of '-1 coefficients'). This is a special case of SOS1.

    Extension Methods

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