Show / Hide Table of Contents

    Enum CutStrategy

    The cut strategy. Used to specify the cut intensity during tree search. WARNING: Make sure to not accidentally select the default-value of this enum, which is NoCuts/0, instead of the defined default value of FICO, which is Automatic/-1.

    Namespace: OPTANO.Modeling.Optimization.Solver.FicoXpress843.ConfigurationEnums
    Assembly: Optimization.Solver.FicoXpress843.dll
    Syntax
    public enum CutStrategy

    Fields

    Name Description
    Aggressive

    Aggressive cut strategy.

    Automatic

    Automatic selection of the cut strategy.

    Conservative

    Conservative cut strategy.

    Moderate

    Moderate cut strategy.

    NoCuts

    No cuts.

    Extension Methods

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