Show / Hide Table of Contents

    Class HighsWrapper14x.SolutionInfo

    The solution info.

    Inheritance
    System.Object
    HighsWrapper14x.SolutionInfo
    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.Highs14x
    Assembly: Optimization.Solver.Highs14x.dll
    Syntax
    public class SolutionInfo

    Properties

    DualBound

    Gets or sets the best dual bound.

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

    IpmIterationCount

    Gets or sets the Interior Point Method (IPM) iteration count.

    Declaration
    public int IpmIterationCount { get; set; }
    Property Value
    Type Description
    System.Int32

    MipGap

    Gets or sets the MIP gap.

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

    NodeCount

    Gets or sets the MIP node count.

    Declaration
    public long NodeCount { get; set; }
    Property Value
    Type Description
    System.Int64

    ObjectiveValue

    Gets or sets the objective value.

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

    SimplexIterationCount

    Gets or sets the simplex iteration count.

    Declaration
    public int SimplexIterationCount { get; set; }
    Property Value
    Type Description
    System.Int32

    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