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