IMSL C# Numerical Library

DenseLP.GetSolution Method 

Returns the solution x of the linear programming problem.

public double[] GetSolution();

Return Value

A double array containing the solution x of the linear programming problem.

See Also

DenseLP Class | Imsl.Math Namespace