NewBestBoundFound Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
This action is executed whenever a new best bound is found

Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public Action<double> NewBestBoundFound { get; set; }
Visual Basic
Public Property NewBestBoundFound As Action(Of Double)
	Get
	Set
Visual C++
public:
property Action<double>^ NewBestBoundFound {
	Action<double>^ get ();
	void set (Action<double>^ value);
}

Field Value

The new best bound found.

See Also