Skip to content
Snippets Groups Projects
Commit c73e632f authored by pree29's avatar pree29
Browse files

Changed README.md

parent 0de8c965
Branches
No related tags found
No related merge requests found
...@@ -11,11 +11,14 @@ Test Sets: https://github.com/PhKindermann/Pace2024-Testsets/tree/main/ <br> ...@@ -11,11 +11,14 @@ Test Sets: https://github.com/PhKindermann/Pace2024-Testsets/tree/main/ <br>
``g++ solver.cpp -o solver.out`` <br> ``g++ solver.cpp -o solver.out`` <br>
``./solver.out <Testdatei>`` ``./solver.out <Testdatei>``
## How to run testscripts ## How to run testscripts
Start running test.sh for the solver with all test graphs in tiny_test_sets in the Linux shell <br> ### Tiny Test Set
``chmod +x test.sh`` <br> Start running **test_tinyset.sh** for the solver with all test graphs in tiny_test_sets in the Linux shell. <br>
``sudo ./test.sh`` <br> <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>
Start the verifier for all solutions, ours and the sample solutions in windows powershell <br> ``sudo ./test_tinyset.sh`` <br> <br>
``.\\test.ps1``<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>
## How to run tester, verifier and visualizer ## How to run tester, verifier and visualizer
### Install visualizer ### Install visualizer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment