Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 392 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 392 Bytes

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.