Skip to content

Commit 2385959

Browse files
authored
Create API.jl
1 parent 71dd460 commit 2385959

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/src/API.jl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# API
2+
3+
```@docs
4+
GraphsMatching.minimum_weight_perfect_matching
5+
GraphsMatching.maximum_weight_maximal_matching
6+
GraphsMatching.LEMONMWPMAlgorithm
7+
GraphsMatching.LPAlgorithm
8+
GraphsMatching.HungarianAlgorithm
9+
GraphsMatching.BlossomVAlgorithm
10+
```

0 commit comments

Comments
 (0)