Show / Hide Table of Contents

    Enum RootPresolve

    Determines if presolving should be performed on the problem after the global search has finished with root cutting and heuristics.

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

    Fields

    Name Description
    Always

    Always presolve the root problem.

    Automatic

    Let the optimizer decide if the problem should be presolved again.

    Disabled

    Disable repeated presolve.

    Extension Methods

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