| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(psqp_class), | intent(inout) | :: | me | |||
| integer, | intent(in) | :: | iter |
Iteration number |
||
| real(kind=wp), | intent(in), | dimension(:) | :: | x |
optimization variables |
|
| real(kind=wp), | intent(in) | :: | j |
Objective function value |
||
| real(kind=wp), | intent(in), | dimension(:) | :: | f |
Constraint functions |
Report function to call once per iteration to report the solution.