dgraph v0.0.2 (2015-10-27T21:47:00Z)
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)
const
bool
isEdge
(
size_t
tail
,
size_t
head
)
Meta
Source
See Implementation
dgraph
graph
IndexedEdgeList
aliases
directed
neighbors
neighborsIn
neighborsOut
functions
addEdge
degree
degreeIn
degreeOut
edge
edgeCount
edgeID
incidentEdges
incidentEdgesIn
incidentEdgesOut
isEdge
isVertex
neighbours
neighboursIn
neighboursOut
vertexCount
Checks if a given (tail, head) vertex pair forms an edge in the graph.