IndexedEdgeList.edgeID

Returns the edge index for a given (tail, head) vertex pair. If (tail, head) is not an edge, will throw an exception.

class IndexedEdgeList(bool dir)
size_t
edgeID
const
(
size_t tail
,
size_t head
)

Meta