Show / Hide Table of Contents

    Class HighsWrapper14x.HighsSolution

    Inheritance
    System.Object
    HighsWrapper14x.HighsSolution
    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 HighsSolution

    Constructors

    HighsSolution(Double[], Double[], Double[], Double[])

    Declaration
    public HighsSolution(double[] colvalue, double[] coldual, double[] rowvalue, double[] rowdual)
    Parameters
    Type Name Description
    System.Double[] colvalue
    System.Double[] coldual
    System.Double[] rowvalue
    System.Double[] rowdual

    HighsSolution(Int32, Int32)

    Declaration
    public HighsSolution(int numcol, int numrow)
    Parameters
    Type Name Description
    System.Int32 numcol
    System.Int32 numrow

    Fields

    coldual

    Declaration
    public double[] coldual
    Field Value
    Type Description
    System.Double[]

    colvalue

    Declaration
    public double[] colvalue
    Field Value
    Type Description
    System.Double[]

    rowdual

    Declaration
    public double[] rowdual
    Field Value
    Type Description
    System.Double[]

    rowvalue

    Declaration
    public double[] rowvalue
    Field Value
    Type Description
    System.Double[]

    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