-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
67 lines (67 loc) · 1.5 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
url: https://errickson.net/rlemon
template:
bootstrap: 5
development:
mode: auto
reference:
- title: Algorithm Solvers
- contents:
- AllPairsMinCut
- GraphSearch
- MaxCardinalityMatching
- MaxCardinalitySearch
- MaxClique
- MaxFlow
- MaxMatching
- MinCostArborescence
- MinCostFlow
- MinCut
- MinMeanCycle
- MinSpanningTree
- NetworkCirculation
- ShortestPath
- ShortestPathFromSource
- TravelingSalesperson
- title: Graph Attributes Checks
- contents:
- IsAcyclic
- IsBiEdgeConnected
- IsBiNodeConnected
- IsBipartite
- IsConnected
- IsDAG
- IsEulerian
- IsLoopFree
- IsParallelFree
- IsSimpleGraph
- IsStronglyConnected
- IsTree
- title: Graph Attribute Extractors
- contents:
- CountBiEdgeConnectedComponents
- CountBiNodeConnectedComponents
- CountConnectedComponents
- CountStronglyConnectedComponents
- FindBiEdgeConnectedComponents
- FindBiEdgeConnectedCutEdges
- FindBiNodeConnectedComponents
- FindBiNodeConnectedCutNodes
- FindConnectedComponents
- FindStronglyConnectedComponents
- FindStronglyConnectedCutArcs
- GetAndCheckTopologicalSort
- GetBipartitePartitions
- GetTopologicalSort
- title: Planar Graph Functions
- contents:
- PlanarChecking
- PlanarColoring
- PlanarDrawing
- PlanarEmbedding
- title: Internal Runners
- contents:
- ends_with("Runner")
- lemon_runners
- title: Data
- contents:
- small_graph_example