From 8c3d654d58ef5d153a927490c9676990dc2ee5ca Mon Sep 17 00:00:00 2001 From: pree29 <erik.prendke@fu-berlin.de> Date: Sun, 25 Aug 2024 21:23:57 +0200 Subject: [PATCH] Changed README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57f820c..ee20ecf 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Test Sets: https://github.com/PhKindermann/Pace2024-Testsets/tree/main/ <br> Start running **test_tinyset.sh** for the solver with all test graphs in tiny_test_sets in the Linux shell. <br> The solutions are in the **test_solutions_tiny** folder, the verification is in the **output_tinyset.log** file. The duration of execution is in the **time_tinyset.log** file. <br> ``sudo ./test_tinyset.sh`` <br> <br> -Start running **test_mediumset.sh** for the solver with all test graphs in tiny_test_sets in the Linux shell. Change the TIMEOUT variable (in seconds) to stop the calculation for each graph after this time. <br> +Start running **test_mediumset.sh** for the solver with all test graphs in tiny_test_sets in the Linux shell. Change the **TIMEOUT** variable (in seconds) to stop the calculation for each graph after this time. <br> The solutions are in the **test_solutions_medium** folder, the verification is in the **output_mediumset.log** file. The duration of execution is in the **time_mediumset.log** file. <br> -``sudo ./test_tinyset.sh`` <br> <br> +``sudo ./test_mediumset.sh`` <br> <br> ## How to run tester, verifier and visualizer -- GitLab