Class NewBestBoundFoundArgs
This event is fired whenever a new incumbent was found during the solution process
Inheritance
System.Object
System.EventArgs
NewBestBoundFoundArgs
Inherited Members
System.EventArgs.Empty
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.Events
Assembly: Optimization.dll
Syntax
public class NewBestBoundFoundArgs : EventArgs, ISolverEvent
Properties
BestBound
Gets or sets the best bound.
Declaration
public double BestBound { get; set; }
Property Value
Type | Description |
---|---|
System.Double |