@ ETH Zürich - FALL 2018
This project aims to experiment optimizations using parallel programming for the Minimum Spawning Tree problem.
Thomas Cambier, Raphaël Dang-Nhu, Thibault Dardinier, Clément Trassoudaine
cd code
cmake -DBUILD_TDEBUG=ON/OFF
make
./bin/exec
#ifdef DEBUG
cout << x << endl;
#endif