Click or drag to resize
DenseLP.GetSolution Method
Returns the solution x of the linear programming problem.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] GetSolution()

Return Value

Type:Double[]
A double array containing the solution x of the linear programming problem.
See Also