Show / Hide Table of Contents

    Enum LimitedLicenseUsage

    Enum for controling the usage of the limited gurobi license.

    Namespace: OPTANO.Modeling.Optimization.Solver.Gurobi
    Assembly: Optimization.Solver.Gurobi.dll
    Syntax
    public enum LimitedLicenseUsage

    Fields

    Name Description
    Always

    Force usage of the limited license.

    Fallback

    Try using a "normal" license. Fall back to the limited license, if no other valid license can be found.

    Never

    Never use the limited license. If no valid license can be found by gurobi, the application will exit with an error.

    Extension Methods

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