Show / Hide Table of Contents

    Enum LocalChoice

    Controls when to perform a local backtrack between the two child nodes during a dive in the branch and bound tree.

    Refers to: http://www.maths.ed.ac.uk/hall/Xpress/FICO_Docs/optimizer/HTML/LOCALCHOICE.html

    Namespace: OPTANO.Modeling.Optimization.Solver.FicoXpress79.ConfigurationEnums
    Assembly: Optimization.Solver.FicoXpress79.dll
    Syntax
    public enum LocalChoice

    Fields

    Name Description
    AlwaysBacktrack

    Always solve both child nodes before deciding which child to continue with.

    Automatic

    Automatically determined.

    NeverBacktrack

    Never backtrack from the first child, unless it is dropped (infeasible or cut off).

    Extension Methods

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