Skip to content

Commit

Permalink
Update usage in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemSmith committed Mar 1, 2021
1 parent f53631f commit 8aebffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The ouput follow the snail format, the following example is a solved dimension 3
### OPTIONS
| short | long | value | description |
| ----- | ------------- | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| -d | --dimension | NUMBER | The dimension of the puzzle to generate, it will have dimension x dimension cells (possible values: 3, 4, 5, 6, 7) |
| -d | --dimension | NUMBER | The dimension of the puzzle to generate, it will have dimension x dimension cells (int between 3 and 10 both included) |
| -f | --file | FILENAME | The file to read the puzzle from |
| -h | --heuristic | HEURISTIC | The heuristic used to estimate the distance of each state to the goal (default: linear_conflict+manhattan) (possible values: hamming, manhattan,linear_conflict+manhattan) |
| -i | --iterations | NUMBER | The number of iterations to do when generating a puzzle |
Expand Down

0 comments on commit 8aebffa

Please sign in to comment.