OSQPPolish

Polish structure

Members

Variables

A_to_Alow
c_int* A_to_Alow;

< Maps indices in A to indices in Alow

A_to_Aupp
c_int* A_to_Aupp;

< Maps indices in A to indices in Aupp

Alow_to_A
c_int* Alow_to_A;

< Maps indices in Alow to indices in A

Ared
csc* Ared;

< active rows of A

Aupp_to_A
c_int* Aupp_to_A;

< Maps indices in Aupp to indices in A

dua_res
c_float dua_res;

< dual residual at polished solution

n_low
c_int n_low;

< Ared = vstack[Alow, Aupp] +////< number of lower-active row

n_upp
c_int n_upp;

< number of upper-active rows

obj_val
c_float obj_val;

< objective value at polished solution

pri_res
c_float pri_res;

< primal residual at polished solution

x
c_float* x;

< optimal x-solution obtained by polish

y
c_float* y;

< optimal y-solution obtained by polish

z
c_float* z;

< optimal z-solution obtained by polish

Meta