MCPcopy Create free account
hub / github.com/ParAlg/gbbs / edge_array

Method edge_array

gbbs/edge_array.h:42–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 size_t n; // num vertices.
41
42 edge_array(sequence<edge>&& _E, size_t _n)
43 : E(_E), n(_n) { }
44
45 edge_array() { }
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected