Enum algorithm of lattice reduction algorithms (eg, HKZ, BKZ)

231 Views Asked by At

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.

enter image description here

Did anybody implement similar method before? Any tip for the implementation?

Thanks.

The algorithm taken from here.