dgraph ~master (2017-03-24T22:31:29Z)
Home
Dub
Repo
IndexedEdgeList.isEdge
dgraph
graph
IndexedEdgeList
Checks if a given (tail, head) vertex pair forms an edge in the graph.
class
IndexedEdgeList
(bool dir)
bool
isEdge
const
(
size_t
tail
,
size_t
head
)
Meta
Source
See Implementation
dgraph
graph
IndexedEdgeList
aliases
directed
functions
addEdge
degree
degreeIn
degreeOut
edge
edgeCount
edgeID
incidentEdges
incidentEdgesIn
incidentEdgesOut
isEdge
neighbours
neighboursIn
neighboursOut
vertexCount
Checks if a given (tail, head) vertex pair forms an edge in the graph.