Show / Hide Table of Contents

    Enum ModelStatus

    Status of a solved Model instance.

    Namespace: OPTANO.Modeling.Optimization.Solver
    Assembly: Optimization.dll
    Syntax
    public enum ModelStatus : byte

    Fields

    Name Description
    Feasible

    The solved Model instance is feasible.

    Infeasible

    The solved Model instance is infeasible.

    InfOrUnbd

    The solved Model instance is infeasible or unbounded.

    Unbounded

    The solved Model instance is unbounded.

    Unknown

    Status of the solved Model instance is unknown, e.g. because the SolverBase has too little time to prove the Model instance.

    Extension Methods

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