Show / Hide Table of Contents

    Interface IMin

    Describes the interface for the min operation

    Inherited Members
    IOperatorExpression.Expressions
    Namespace: OPTANO.Modeling.Optimization.Operators.Interfaces
    Assembly: Optimization.dll
    Syntax
    public interface IMin : IOperatorExpression

    Properties

    BigM

    Gets or sets the big m. Often used to provide a finite bound on a Constraint that does not restrict any of the Variables in the Constraint.

    Declaration
    double BigM { get; set; }
    Property Value
    Type Description
    System.Double

    RepresentingVariable

    Gets or sets the representing variable.

    Declaration
    Variable RepresentingVariable { get; set; }
    Property Value
    Type Description
    Variable

    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