IMSL C# Numerical Library

MinConNLP.GetSolution Method 

Returns the last computed solution.

public double[] GetSolution();

Return Value

A double array containing the solution.

Remarks

This is the same solution as returned by the solve method.

See Also

MinConNLP Class | Imsl.Math Namespace