From e2b37551f4b57bf1e71f3661c000f856f9a781af Mon Sep 17 00:00:00 2001 From: Lars Bogner Date: Tue, 9 Dec 2025 08:08:55 +0100 Subject: [PATCH] Update README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5da4091..453f867 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +### 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. \ No newline at end of file