Skip to content

Commit 0fb708f

Browse files
authored
Merge pull request #71 from anomatomato/main
docs: Fix x and y order for cactus plot
2 parents 2546214 + 8a6b3c4 commit 0fb708f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10821,7 +10821,7 @@ $(x, y)$ indicates that $y$ benchmark instances were solved within $x$ seconds
1082110821

1082210822
| ![Cactus Plot 1](https://github.com/d-krupke/cpsat-primer/blob/main/evaluations/tsp/2023-11-18_random_euclidean/PUBLIC_DATA/cactus_plot.png?raw=true) |
1082310823
| :---------------------------------------------------------------------------------------------------------------------------------------------------: |
10824-
| Each point $(x, y)$ shows that $x$ instances were solved within $y$ seconds. |
10824+
| Each point $(x, y)$ shows that $y$ instances were solved within $x$ seconds. |
1082510825

1082610826
The mean PAR10 scores for the four strategies in the example above are as
1082710827
follows:

chapters/08_benchmarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ $(x, y)$ indicates that $y$ benchmark instances were solved within $x$ seconds
607607

608608
| ![Cactus Plot 1](https://github.com/d-krupke/cpsat-primer/blob/main/evaluations/tsp/2023-11-18_random_euclidean/PUBLIC_DATA/cactus_plot.png?raw=true) |
609609
| :---------------------------------------------------------------------------------------------------------------------------------------------------: |
610-
| Each point $(x, y)$ shows that $x$ instances were solved within $y$ seconds. |
610+
| Each point $(x, y)$ shows that $y$ instances were solved within $x$ seconds. |
611611

612612
The mean PAR10 scores for the four strategies in the example above are as
613613
follows:

0 commit comments

Comments
 (0)