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

Method partial_cmp

src/graph/mst/edge.rs:39–41  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

37
38impl PartialOrd for Edge {
39 fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
40 self.weight.partial_cmp(&other.weight)
41 }
42}
43
44impl PartialEq for Edge {

Callers 2

decrease_keyMethod · 0.45
cmpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected