Defined in File NeighborhoodUtility.hpp
Provides basic operations on neighborhoods in a given graph.
Public Static Functions
Returns the union of the neighboorhoods of u and v.
G – Graph to obtain neighbors-union from
u – First node
v – Second node
a vector containing all the nodes in the neighborhood-union of u and v
Returns a vector containing the node-ids of all common neighbors of u and v.
G – Graph to obtain common neighbors from
u – First node
v – Second node
a vector containing the node-ids of all common neighbors of u and v