Show / Hide Table of Contents

    Enum TriviallyFeasibleConstraintHandling

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

    Fields

    Name Description
    Native

    Trivially feasible Constraints, such as "1 < 2", can be handled by the Solver

    Unsupported

    The user needs to remove trivially feasible Constraints from the Model before calling Solve.

    Extension Methods

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