Skip to content

Commit

Permalink
-m -> -M
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsterts authored Mar 31, 2023
1 parent 9f3a595 commit 468d280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/sfinder/custom minimals.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ Open the `path_unique.html` file in the `/output/` folder. At the top of the pag

**Run cover with `--mode tetris-end`**:
```{title="Example Cover Command"}
java -jar sfinder.jar cover -p *! -m tetris-end
java -jar sfinder.jar cover -p *! -M tetris-end
```
Since you don't specify the `--tetfu` parameter, the `input.txt` file is what's being used for this command. Use the same `-p` value as the path command from earlier. `-m tetris-end` makes it so that cover is only returned as successful if the last clear in the sequence is a quad or tetris line clear.
Since you don't specify the `--tetfu` parameter, the `input.txt` file is what's being used for this command. Use the same `-p` value as the path command from earlier. `-M tetris-end` makes it so that cover is only returned as successful if the last clear in the sequence is a quad or tetris line clear.

The result should show `OR = 72.46 % [3652/5040]`.

Expand Down Expand Up @@ -121,4 +121,4 @@ And that's your output. You can use other `--mode` values for cover to get diffe
</li>
</ul>
</div>
</div>
</div>

0 comments on commit 468d280

Please sign in to comment.