This is the source code of our computer science science project for the 3rd semester of CUPGE. For more information and a user guide, head over to our documentation.
Note You must have a working copy of gnuplot installed on your operating system in order to run the program correctly
To start the project, just open your terminal and type :
makeThis will automatically compile all the files needed by the program then executes it.
However if you want a more detailed step, this command first compile all the librairies with :
make initThen compile and run the main program with :
make startIf you want to remove all the clutter the script did and start from fresh, type :
make pruneMost of the functions do have unit tests. To check them, type :
make test/{the path of the file without the extension}Example :
make test/entrees/demande_vitesseto run demande_vitesse.c unit tests
© 2021 Hugo AVRIL - Mihaja RAZAFIMAHEFA