Show / Hide Table of Contents

    Enum Reformulations

    Relates to https://www.ibm.com/docs/en/icos/20.1.0?topic=parameters-reformulations.

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

    Fields

    Name Description
    All

    Allow all reformulations; default.

    AllowInterferenceWithCrushingForms

    Allow reformulations that interfere with crushing forms.

    AllowInterferenceWithUncrushingForms

    Allow reformulations that interfere with uncrushing forms.

    None

    no reformulations.

    Extension Methods

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