This is a C++ library for lattice reduction.
First, you need to clone this repository to your computer:
$ git clone https://github.com/satoshin-des/liblat.gitUse cd command to change the directories to liblat:
$ cd liblatNext, use cmake to compile the source codes:
$ mkdir build
$ cd build
build$ cmake ..
build$ makeIf you want to compile and run test.cpp, use ctest
build$ ctest
build$ ./test_exec