LinearProgram.GetObjective Method

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

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public DenseVector<double> GetObjective()

Return Value

DenseVector<Double>

See Also