Class HighsWrapper15x.SolutionInfo
The solution info.
Inheritance
System.Object
HighsWrapper15x.SolutionInfo
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 SolutionInfo
Properties
DualBound
Gets or sets the best dual bound.
Declaration
public double DualBound { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IpmIterationCount
Gets or sets the Interior Point Method (IPM) iteration count.
Declaration
public int IpmIterationCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MipGap
Gets or sets the MIP gap.
Declaration
public double MipGap { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NodeCount
Gets or sets the MIP node count.
Declaration
public long NodeCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ObjectiveValue
Gets or sets the objective value.
Declaration
public double ObjectiveValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SimplexIterationCount
Gets or sets the simplex iteration count.
Declaration
public int SimplexIterationCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |