MCPcopy Create free account
hub / github.com/douchuan/algorithm / to

Method to

src/graph/shortest/directed_edge.rs:26–28  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

24 }
25
26 pub fn to(&self) -> usize {
27 self.w
28 }
29}
30
31impl PartialOrd for DirectedEdge {

Callers 10

dfs_ewdMethod · 0.80
dfsMethod · 0.80
checkMethod · 0.80
opportunity_cycleMethod · 0.80
relaxMethod · 0.80
checkMethod · 0.80
relaxMethod · 0.80
find_negative_cycleMethod · 0.80
checkMethod · 0.80
relaxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected