Show / Hide Table of Contents

    Interface IAbortable

    If a solver can be aborted it should implement this interface

    Namespace: OPTANO.Modeling.Optimization.Solver.Interfaces
    Assembly: Optimization.dll
    Syntax
    public interface IAbortable

    Methods

    Abort()

    If this solver instance is busy abort the run as soon as possible, or do nothing if this solver instance is not busy.

    Declaration
    void Abort()
    Exceptions
    Type Condition
    System.NotSupportedException

    If this solver instance not supports aborting.

    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