Show / Hide Table of Contents

    Enum PreCoefElim

    Presolve: Specifies whether the optimizer should attempt to recombine constraints in order to reduce the number of non zero coefficients when presolving a mixed integer problem.

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

    Fields

    Name Description
    Aggressive

    Remove as many coefficients as possible.

    Cautious

    Cautious eliminations. Will not perform a reduction if it might destroy problem structure useful to e.g. heuristics or cutting.

    Disabled

    No coefficient elimination.

    Extension Methods

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