Class HighsWrapper15x.HighsBasis
Inheritance
System.Object
HighsWrapper15x.HighsBasis
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.Highs15x
Assembly: Optimization.Solver.Highs15x.dll
Syntax
public class HighsBasis
Constructors
HighsBasis(HighsWrapper15x.HighsBasisStatus[], HighsWrapper15x.HighsBasisStatus[])
Declaration
public HighsBasis(HighsWrapper15x.HighsBasisStatus[] colbasisstatus, HighsWrapper15x.HighsBasisStatus[] rowbasisstatus)
Parameters
Type | Name | Description |
---|---|---|
HighsWrapper15x.HighsBasisStatus[] | colbasisstatus | |
HighsWrapper15x.HighsBasisStatus[] | rowbasisstatus |
HighsBasis(Int32, Int32)
Declaration
public HighsBasis(int numcol, int numrow)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numcol | |
System.Int32 | numrow |
Fields
colbasisstatus
Declaration
public HighsWrapper15x.HighsBasisStatus[] colbasisstatus
Field Value
Type | Description |
---|---|
HighsWrapper15x.HighsBasisStatus[] |
rowbasisstatus
Declaration
public HighsWrapper15x.HighsBasisStatus[] rowbasisstatus
Field Value
Type | Description |
---|---|
HighsWrapper15x.HighsBasisStatus[] |