Show / Hide Table of Contents

    Enum SolutionStatus

    Status of a Solution instance.

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

    Fields

    Name Description
    Feasible

    The Solution instance contains Variable and Objective values feasible for the solved Model instance.

    FeasibleContinuousRelaxation

    The Solution instance contains Variable and Objective values feasible for the continuous relaxation of the solved Model instance.

    LocalOptimal

    The Solution instance contains Variable and Objective values local optimal for the solved Model instance with the used ISolver.

    NoSolutionValues

    The Solution instance contains no Variable and Objective values, e.g. because the solved Model instance is infeasible.

    Optimal

    The Solution instance contains Variable and Objective values optimal for the solved Model instance.

    OptimalContinuousRelaxation

    The Solution instance contains Variable and Objective values optimal for the continuous relaxation of the solved Model instance.

    ProbablyLocalOptimal

    The Solution instance contains Variable and Objective values probably locally optimal for the solved Model instance with the used ISolver.

    Extension Methods

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