







![]() ![]() |
Optimization Framework |
NewIncumbentFound..::..IncumbentCoefficients Property |
NewIncumbentFound Class See Also Send Feedback |
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); } |