Show / Hide Table of Contents

    Class HighsOption<T>

    Inheritance
    System.Object
    HighsOption<T>
    HighsBoolOption
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: OPTANO.Modeling.Optimization.Solver.HighsHelper
    Assembly: Optimization.Solver.HighsHelper.dll
    Syntax
    public class HighsOption<T>
    Type Parameters
    Name Description
    T

    Properties

    DefaultValue

    Declaration
    public T DefaultValue { get; set; }
    Property Value
    Type Description
    T

    IsSameAsDefault

    Declaration
    public bool IsSameAsDefault { get; }
    Property Value
    Type Description
    System.Boolean

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Declaration
    public T Value { get; set; }
    Property Value
    Type Description
    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