anansi ~master (2019-12-19T23:28:59Z)
Dub
Repo
relax
anansi
algorithms
relax
Undocumented in source.
template
relax
(GraphT, WeightMapT, DistanceMapT, PredecessorMapT, EdgeT)
package
bool
relax
(
ref
const
(
GraphT
)
g
,
ref
const
(
WeightMapT
)
weightMap
,
ref
DistanceMapT
distanceMap
,
ref
PredecessorMapT
predecessorMap
,
EdgeT
e
)
Members
Aliases
VertexT
alias
VertexT
=
GraphT
.
VertexDescriptor
Undocumented in source.
Functions
relax
bool
relax
(const(GraphT) g, const(WeightMapT) weightMap, DistanceMapT distanceMap, PredecessorMapT predecessorMap, EdgeT e)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
anansi
algorithms
relax
modules
astar
bfs
components
dfs
dijkstra
relax
vertex_queue