Show / Hide Table of Contents

    Enum MipProbingLevel

    The MIP probing level.

    Sets the amount of probing on variables to be performed before MIP branching. Higher settings perform more probing. Probing can be very powerful but very time-consuming at the start. Setting the parameter to values above the default of 0 (Automatic) can result in dramatic reductions or dramatic increases in solution time, depending on the model.

    Namespace: OPTANO.Modeling.Optimization.Solver.Cplex
    Assembly: Optimization.Solver.Cplex.dll
    Syntax
    public enum MipProbingLevel

    Fields

    Name Description
    Aggressive

    Aggressive probing level

    Automatic

    Automatic: Let CPLEX choose. Default.

    Disabled

    No probing.

    Moderate

    Moderate probing level.

    VeryAggressive

    Very aggressive probing level.

    Extension Methods

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