Show / Hide Table of Contents

    Enum PreProbing

    Amount of probing to perform on binary variables during presolve. This is done by fixing a binary to each of its values in turn and analyzing the implications.

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

    Fields

    Name Description
    Automatic

    Let the optimizer decide on the amount of probing.

    Disabled

    No probing.

    FullProbing

    All implications for all binaries will be examined.

    FullProbingAndRepeat

    Full probing and repeat as long as the problem is significantly reduced.

    LightProbing

    Only few implications will be examined.

    Extension Methods

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