/Roadef2018

Glass cutting algorithm for the ROADEF 2018 challenge

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Roadef2018

Glass cutting algorithm for the ROADEF 2018 challenge, team S16

Build

Make sure you have a C++14 compiler, CMake and the Boost libraries installed. Build with

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make

A less portable script (build.sh) makes use of PGO and LTO for better performance.