Class HighsWrapper15x.HighsModel
Inheritance
System.Object
HighsWrapper15x.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()
Assembly: Optimization.Solver.Highs15x.dll
Syntax
Constructors
HighsModel()
Declaration
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, HighsWrapper15x.HighsMatrixFormat a_format = HighsWrapper15x.HighsMatrixFormat.kColwise, HighsWrapper15x.HighsObjectiveSense sense = HighsWrapper15x.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 |
|
HighsWrapper15x.HighsMatrixFormat |
a_format |
|
HighsWrapper15x.HighsObjectiveSense |
sense |
|
Fields
Declaration
public HighsWrapper15x.HighsMatrixFormat a_format
Field Value
aindex
Declaration
Field Value
Type |
Description |
System.Int32[] |
|
astart
Declaration
Field Value
Type |
Description |
System.Int32[] |
|
avalue
Declaration
Field Value
Type |
Description |
System.Double[] |
|
colcost
Declaration
Field Value
Type |
Description |
System.Double[] |
|
collower
Declaration
Field Value
Type |
Description |
System.Double[] |
|
colupper
Declaration
Field Value
Type |
Description |
System.Double[] |
|
highs_integrality
Declaration
public int[] highs_integrality
Field Value
Type |
Description |
System.Int32[] |
|
offset
Declaration
Field Value
Type |
Description |
System.Double |
|
rowlower
Declaration
Field Value
Type |
Description |
System.Double[] |
|
rowupper
Declaration
Field Value
Type |
Description |
System.Double[] |
|
sense
Declaration
public HighsWrapper15x.HighsObjectiveSense sense
Field Value
Extension Methods