Show / Hide Table of Contents

    Enum ConflictCuts

    Specifies how cautious or aggressive the optimizer should be when searching for and applying conflict cuts. Conflict cuts are in-tree cuts derived from nodes found to be infeasible or cut off, which can be used to cut off other branches of the search tree.

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

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

    Fields

    Name Description
    Aggressive

    Aggressive application of conflict cuts.

    Automatic

    Automatic selection.

    Cautious

    Cautious application of conflict cuts.

    Disabled

    Disabled application of conflict cuts.

    Medium

    Medium application of conflict cuts.

    Extension Methods

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