LinearProgram.GetObjective Method

Gets a vector that contains the coefficients of the linear objective function.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public DenseVector<double> GetObjective()

Return Value

DenseVector<Double>

See Also