Corresponding webpage: http://peportier.me/teaching_2018_2019/ia/parcours/
The source is in a literate programming format. To extract the source from the markdown file parcours.cpp.md
do ./mdlp parcours.cpp.md
and it will generate the source file parcours.cpp
.
You can then compile the source with ./mk1 parcours
or ./mk2 parcours
. mk1
adds the debugging parameter to g++
while mk2
adds the optimisation parameter.