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