Click or drag to resize
MinConNLPGetSolution Method
Returns the last computed solution.

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.
Remarks
This is the same solution as returned by the solve method.
See Also