Show / Hide Table of Contents

    Enum MinOperatorReplacement

    The operator replacement methods.

    Namespace: OPTANO.Modeling.Optimization.Configuration
    Assembly: Optimization.Configuration.dll
    Syntax
    public enum MinOperatorReplacement

    Fields

    Name Description
    DoNotReplace

    Do not replace. Should only be used, if the SolverAdapter can handle the operator!

    ReplaceWithDefaultMethod

    Convert the operator into linear constraints that can be handled by every MIP solver.

    Extension Methods

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