Show / Hide Table of Contents

    Enum ZeroHalfCutStrategy

    The zero-half cut strategy.

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

    Fields

    Name Description
    Aggressive

    Generate zero-half cuts aggressively.

    Automatic

    Automatic: Let CPLEX choose. Default.

    Disabled

    Do not generate zero-half cuts.

    Moderate

    Generate zero-half cuts moderately.

    Extension Methods

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