Show / Hide Table of Contents

    Interface ICanSetCutOff

    A solver implementing this interface is able to set a cut off value

    Inherited Members
    ISolver.Configuration
    ISolver.ClearLastModel()
    ISolver.SetMultiHierarchicalInterruptionCallback(SolverBase.InterruptMultiHierarchicalOptimization)
    ICanSolve<Model, Solution>.Solve(Model, Dictionary<Variable, Double>)
    IAbortable.Abort()
    System.IDisposable.Dispose()
    Namespace: OPTANO.Modeling.Optimization.Solver.Interfaces
    Assembly: Optimization.dll
    Syntax
    public interface ICanSetCutOff : ISolver, ICanSolve<Model, Solution>, IAbortable, IDisposable

    Properties

    SetCutOff

    Gets or sets the set cut off.

    Declaration
    Func<double> SetCutOff { get; set; }
    Property Value
    Type Description
    System.Func<System.Double>

    The set cut off.

    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