report_f Interface

interface
private subroutine report_f(me, iter, x, j, f)

Arguments

Type IntentOptional 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

Description

Report function to call once per iteration to report the solution.