GetGlobalIncumbent Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "P:Optimization.SolverConfiguration.GetGlobalIncumbent"]

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

Syntax

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

See Also