Show / Hide Table of Contents

    Enum SosReformulation

    Relates to both: https://www.ibm.com/docs/en/icos/20.1.0?topic=parameters-sos1-reformulations, and https://www.ibm.com/docs/en/icos/20.1.0?topic=parameters-sos2-reformulations.

    Namespace: OPTANO.Modeling.Optimization.Solver.Cplex
    Assembly: Optimization.Solver.Cplex.dll
    Syntax
    public enum SosReformulation

    Fields

    Name Description
    Automatic

    Automatic: let CPLEX decide; default.

    Logarithmic

    Logarithmic: CPLEX reformulates special ordered sets of respective type (SOS1 or SOS2) as linear constraints, with a reformulation which is logarithmic in the size of the special ordered sets.

    NoReformulation

    No reformulation: CPLEX does not reformulate special ordered sets of respective type (SOS1 or SOS2) as linear constraints.

    Extension Methods

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