Show / Hide Table of Contents

    Enum HistoryCosts

    How to update the pseudo cost for a global entity when a strong branch or a regular branch is applied.

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

    Fields

    Name Description
    Automatic

    Automatically determined.

    NoUpdate

    No update.

    OnlyRegularBranches

    Initialize using only regular branches from the root to the current node.

    StrongAndRegularBranches

    Same as OnlyRegularBranches, but initialize with strong branching results as well.

    UseAllBranches

    Initialize using any regular branching or strong branching information from all nodes solves before the current node.

    Extension Methods

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