mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
Graph
mir
graph
Defines a graph as a slice of graph iterators parameterized by index and weight types.
alias
Graph
(
I
=
uint
,
J
=
size_t
)
=
Slice
!(
GraphIterator
!(
I
,
J
))
mir
graph
modules
tarjan
aliases
Graph
GraphIterator
GraphSeries
RCGraph
RCGraphIterator
RCGraphSeries
functions
graphSeries
rcgraph
Defines a graph as a slice of graph iterators parameterized by index and weight types.