eqp_inform_type structure#

#include <galahad_eqp.h>

struct eqp_inform_type {
    // components

    ipc_ status;
    ipc_ alloc_status;
    char bad_alloc[81];
    ipc_ cg_iter;
    ipc_ cg_iter_inter;
    int64_t factorization_integer;
    int64_t factorization_real;
    rpc_ obj;
    struct eqp_time_type time;
    struct fdc_inform_type fdc_inform;
    struct sbls_inform_type sbls_inform;
    struct gltr_inform_type gltr_inform;
};

detailed documentation#

inform derived type as a C struct

components#

ipc_ status

return status. See EQP_solve for details

ipc_ alloc_status

the status of the last attempted allocation/deallocation

char bad_alloc[81]

the name of the array for which an allocation/deallocation error occurred

ipc_ cg_iter

the total number of conjugate gradient iterations required

ipc_ cg_iter_inter

see cg_iter

int64_t factorization_integer

the total integer workspace required for the factorization

int64_t factorization_real

the total real workspace required for the factorization

rpc_ obj

the value of the objective function at the best estimate of the solution determined by QPB_solve

struct eqp_time_type time

timings (see above)

struct fdc_inform_type fdc_inform

inform parameters for FDC

struct sbls_inform_type sbls_inform

inform parameters for SBLS

struct gltr_inform_type gltr_inform

return information from GLTR