anansi ~master (2019-12-19T23:28:59Z)
Dub
Repo
DijkstraBfsVisitor.this
anansi
algorithms
dijkstra
DijkstraBfsVisitor
Undocumented in source.
struct
DijkstraBfsVisitor
(GraphT, QueueT, DijkstraVisitorT, DistanceMapT, PredecessorMapT, WeightMapT, alias sumFunction = (a, b) => a + b)
this
(
ref
DijkstraVisitorT
visitor
,
ref
DistanceMapT
distanceMap
,
ref
const
(
WeightMapT
)
weightMap
,
ref
PredecessorMapT
predecessorMap
,
ref
QueueT
queue
)
Meta
Source
See Implementation
anansi
algorithms
dijkstra
DijkstraBfsVisitor
aliases
Edge
Vertex
constructors
this
functions
blackTarget
discoverVertex
examineEdge
examineVertex
finishVertex
greyTarget
initVertex
nonTreeEdge
treeEdge