QPALM
A proximal augmented Lagrangian method for QPs.
|
Solver return information. More...
#include <types.h>
Data Fields | |
c_int | iter |
number of iterations taken More... | |
c_int | iter_out |
number of outer iterations (i.e. dual updates) More... | |
char | status [32] |
status string, e.g. 'solved' More... | |
c_int | status_val |
status as c_int, defined in constants.h More... | |
c_float | pri_res_norm |
norm of primal residual More... | |
c_float | dua_res_norm |
norm of dual residual More... | |
c_float | dua2_res_norm |
norm of intermediate dual residual (minus proximal term) More... | |
c_float | objective |
objective function value More... | |
c_float | dual_objective |
dual objective function value (= NaN if enable_dual_termination is false) More... | |
c_float | setup_time |
time taken for setup phase (seconds) More... | |
c_float | solve_time |
time taken for solve phase (seconds) More... | |
c_float | run_time |
total time (seconds) More... | |
Solver return information.
c_float QPALMInfo::dua2_res_norm |
norm of intermediate dual residual (minus proximal term)
c_float QPALMInfo::dua_res_norm |
norm of dual residual
c_float QPALMInfo::dual_objective |
dual objective function value (= NaN if enable_dual_termination is false)
c_int QPALMInfo::iter |
number of iterations taken
c_int QPALMInfo::iter_out |
number of outer iterations (i.e. dual updates)
c_float QPALMInfo::objective |
objective function value
c_float QPALMInfo::pri_res_norm |
norm of primal residual
c_float QPALMInfo::run_time |
total time (seconds)
c_float QPALMInfo::setup_time |
time taken for setup phase (seconds)
c_float QPALMInfo::solve_time |
time taken for solve phase (seconds)
char QPALMInfo::status[32] |
status string, e.g. 'solved'
c_int QPALMInfo::status_val |
status as c_int, defined in constants.h