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

Method V

src/graph/shortest/ew_digraph.rs:15–17  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

13
14impl IEWDigraph for EWDigraph {
15 fn V(&self) -> usize {
16 self.nv
17 }
18
19 fn E(&self) -> usize {
20 self.ne

Callers 7

newMethod · 0.45
checkMethod · 0.45
newMethod · 0.45
relaxMethod · 0.45
checkMethod · 0.45
newMethod · 0.45
edgesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected