The coefficents of the objective row.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double[] ObjectiveCoefficients { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property ObjectiveCoefficients As Double()
Visual C++
public:
virtual property array<double>^ ObjectiveCoefficients {
	array<double>^ get ();
}

Field Value

A double[] containing the coefficents of the objective.

See Also