Skip to content

Commit 853ce7f

Browse files
author
Jonathan D.A. Jewell
committed
Document API snapshot
1 parent c852256 commit 853ce7f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,14 @@ algorithms or structural simplifications.
6969
julia --project=. -e 'using Pkg; Pkg.instantiate()'
7070
julia --project=. -e 'using Pkg; Pkg.test()'
7171
```
72+
73+
## API Snapshot
74+
75+
```julia
76+
EdgeColor, Edge, HackenbushGraph
77+
prune_disconnected, cut_edge, moves, game_sum
78+
simple_stalk, to_ascii, to_graphviz
79+
GameForm, canonical_game, simplify_game, game_value
80+
stalk_value, simplest_dyadic_between
81+
mex, nim_sum, green_stalk_nimber, green_grundy
82+
```

0 commit comments

Comments
 (0)