Show / Hide Table of Contents

    Enum CutSelects

    A flags enum providing detailed control of the cuts created for the root node of a global solve. Use TREECUTSELECT to control cuts during the tree search.

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

    Namespace: OPTANO.Modeling.Optimization.Solver.FicoXpress804.ConfigurationEnums
    Assembly: Optimization.Solver.FicoXpress804.dll
    Syntax
    [Flags]
    public enum CutSelects

    Fields

    Name Description
    All

    Enable all options. FICO XPRESS default.

    AutomaticLiftAndProjectcuttingstrategy

    Turn on automatic Lift-and-Project cutting strategy.

    CliqueCuts

    Clique cuts

    DisableCuttingFromCutRows

    Disable cutting from cut rows.

    FlowpathCuts

    Flow path cuts.

    ImplicationCuts

    Implication cuts.

    IndicatorConstraintCuts

    Indicator constraint cuts.

    LiftedcoverCuts

    Lifted cover cuts.

    LiftedGUBcoverCuts

    Lifted GUB cover cuts.

    MixedIntegerRoundingCuts

    Mixed Integer Rounding (MIR) cuts.

    None

    No cuts.

    ZeroHalfCuts

    Zero-half cuts.

    Extension Methods

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