MPSReaderObjectiveCoefficients Property |
The coefficents of the objective row.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] ObjectiveCoefficients { get; }
Public Overridable ReadOnly Property ObjectiveCoefficients As Double()
Get
public:
virtual property array<double>^ ObjectiveCoefficients {
array<double>^ get ();
}
abstract ObjectiveCoefficients : float[] with get
override ObjectiveCoefficients : float[] with get
Property Value
Type:
Double
A
double[] containing the coefficents of the objective.
See Also