NewIncumbentFound Property

Fabrica Bolos GLPK

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

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

Syntax

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

Field Value

The new incumbent found.

See Also