Show / Hide Table of Contents

    Class HighsWrapper14x.HighsModel

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

    Constructors

    HighsModel()

    Declaration
    public HighsModel()

    HighsModel(Double[], Double[], Double[], Double[], Double[], Int32[], Int32[], Double[], Int32[], Double, HighsWrapper14x.HighsMatrixFormat, HighsWrapper14x.HighsObjectiveSense)

    Declaration
    public HighsModel(double[] colcost, double[] collower, double[] colupper, double[] rowlower, double[] rowupper, int[] astart, int[] aindex, double[] avalue, int[] highs_integrality = null, double offset = 0, HighsWrapper14x.HighsMatrixFormat a_format = HighsWrapper14x.HighsMatrixFormat.kColwise, HighsWrapper14x.HighsObjectiveSense sense = HighsWrapper14x.HighsObjectiveSense.kMinimize)
    Parameters
    Type Name Description
    System.Double[] colcost
    System.Double[] collower
    System.Double[] colupper
    System.Double[] rowlower
    System.Double[] rowupper
    System.Int32[] astart
    System.Int32[] aindex
    System.Double[] avalue
    System.Int32[] highs_integrality
    System.Double offset
    HighsWrapper14x.HighsMatrixFormat a_format
    HighsWrapper14x.HighsObjectiveSense sense

    Fields

    a_format

    Declaration
    public HighsWrapper14x.HighsMatrixFormat a_format
    Field Value
    Type Description
    HighsWrapper14x.HighsMatrixFormat

    aindex

    Declaration
    public int[] aindex
    Field Value
    Type Description
    System.Int32[]

    astart

    Declaration
    public int[] astart
    Field Value
    Type Description
    System.Int32[]

    avalue

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

    colcost

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

    collower

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

    colupper

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

    highs_integrality

    Declaration
    public int[] highs_integrality
    Field Value
    Type Description
    System.Int32[]

    offset

    Declaration
    public double offset
    Field Value
    Type Description
    System.Double

    rowlower

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

    rowupper

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

    sense

    Declaration
    public HighsWrapper14x.HighsObjectiveSense sense
    Field Value
    Type Description
    HighsWrapper14x.HighsObjectiveSense

    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