IncumbentCoefficients Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the incumbent coefficients.

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

Syntax

C#
public double[] IncumbentCoefficients { get; set; }
Visual Basic
Public Property IncumbentCoefficients As Double()
	Get
	Set
Visual C++
public:
property array<double>^ IncumbentCoefficients {
	array<double>^ get ();
	void set (array<double>^ value);
}

Field Value

The incumbent coefficients.

See Also