Skip to content

Commit 6033c11

Browse files
committed
(#2) Update documentation of the game
1 parent f62a3da commit 6033c11

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/src/game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
OperationsResearchModels.GameProblem
88
```
99

10-
## Game solver for the row player
10+
## Game solver of the game matrix designed for the row player
1111

1212
```@docs
1313
OperationsResearchModels.solve(g::GameProblem)

src/game.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ A structure to hold the result of a game.
3434
- `probabilities`: Probabilities of the strategies
3535
- `value`: Value of the game
3636
37-
end
3837
"""
3938
struct GameResult
4039
probabilities

0 commit comments

Comments
 (0)