Skip to content

Commit

Permalink
Modified readme to fix punctiation
Browse files Browse the repository at this point in the history
  • Loading branch information
Skar0 committed May 31, 2021
1 parent 96d27ba commit 6a34949
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 @@ -35,7 +35,7 @@ The following table describes the possible options:
| -pg | Load a parity game (must be in PGSolver format).
| -gpg | Load a generalized parity game (must be in extended PGSolver format).
| -par | Use the combination of the recursive algorithm with a partial solver to solve the game (default).
| -snl | Perform a single call to the partial solver and use the recursive algorithm to solve the remaining game..
| -snl | Perform a single call to the partial solver and use the recursive algorithm to solve the remaining game.
| -rec | Use the recursive algorithm to solve the game.
| -bdd | Use the symbolic implementation of the algorithms, using Binary Decision Diagrams (default).
| -reg | Use the regular, explicit, implementation of the algorithms.
Expand Down

0 comments on commit 6a34949

Please sign in to comment.