I'm trying to understand and implement the BKZ lattice reduction algorithm using MATLAB. However, the center vector $c_t$ in line $8$ of the enumeration method is always $0$ in my implementation.
Did anybody implement similar method before? Any tip for the implementation?
Thanks.
The algorithm taken from here.
