Update README

This commit is contained in:
2025-12-09 08:08:55 +01:00
parent 9b856904f4
commit e2b37551f4
+5 -2
View File
@@ -25,5 +25,8 @@ Run `src/project2/generate_results.sh` to compile all binaries and automatically
### Project 3
Run `src/project3/generate_results.sh` to compile all binaries and automatically start the simulations. Afterwards, to create all output plots, run `src/project3/python/generate_plots.sh`. If you don't have `pueue` available, change the variable `PUEUE` to false in all bash scripts. To create all simulations it takes about 2 hours. To evaluate the run time of the different algorithms, you can run `src/project3/python/performance_analysis.py`. All python scripts use `typer` to make a straightforward usage possible. Run `python script.py --help` to see all available options.
### Project 3
Run `src/project3/generate_results.sh` to compile all binaries and automatically start the simulations. Afterwards, run the jupyter notebooks located in `src/project4/python/` to create all output plots.
### Project 4
Run `src/project4/generate_results.sh` to compile all binaries and automatically start the simulations. Afterwards, run the jupyter notebooks located in `src/project4/python/` to create all output plots.
### Project 5
Run `src/project5/generate_results.sh` to compile all binaries and automatically start the simulations. Afterwards, run the jupyter notebooks located in `src/project5/python/` to create all output plots. The process of result generation uses the `cmake` build system, so make sure you have it installed on your system.