Show / Hide Table of Contents

    Interface IStatus<T>

    The status interface can be used to retrieve status information by running solvers.

    Namespace: OPTANO.Modeling.Optimization.Solver.Interfaces
    Assembly: Optimization.dll
    Syntax
    public interface IStatus<T>
    Type Parameters
    Name Description
    T

    Type of the returned information.

    Events

    Status

    A Status event

    Declaration
    event Action<T> Status
    Event Type
    Type Description
    System.Action<T>

    Extension Methods

    ReflectionHelper.GetFieldValue(Object, String)
    ReflectionHelper.SetFieldValue(Object, String, Object)
    ExtensionMethods.Clone<T>(T)
    ExtensionMethods.ThrowIfArgumentIsNull<T>(T, String)
    Back to top Copyright © OPTANO GmbH generated with DocFX
    Privacy Policy | Impressum – Legal Notice