Show / Hide Table of Contents

    Enum ImplicationConstraintReplacement

    The constraint replacement methods

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

    Fields

    Name Description
    DoNotReplace

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

    ReplaceWithDefaultMethod

    Convert the constraint into a set of linear constraints that can be handled by every MIP solver.

    Extension Methods

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