Show / Hide Table of Contents

    Enum BranchDisjunctions

    Determines whether the optimizer should attempt to branch on general split disjunctions during the branch and bound search.

    Namespace: OPTANO.Modeling.Optimization.Solver.FicoXpress804.ConfigurationEnums
    Assembly: Optimization.Solver.FicoXpress804.dll
    Syntax
    public enum BranchDisjunctions

    Fields

    Name Description
    Aggressive

    Aggressive strategy. Disjunctive branches will be created for both binaries and integers.

    Automatic

    Automatic selection of the strategy.

    Cautious

    Cautious strategy. Disjunctive branches will be created only for general integers with a wide range.

    Disabled

    Disable branching on general split disjunctions.

    Moderate

    Moderate strategy.

    Extension Methods

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