Struct RankedEdge

Struct Documentation

struct RankedEdge

A directed edge with a simmelianness int value. An ordering is defined on these ties: We order first by simmelianness (descending) and then by the id of alter (ascending).

Public Functions

inline RankedEdge(node ego, node alter, count s)
inline RankedEdge(node ego, node alter, count s, count r)
inline bool operator<(const RankedEdge &other) const
inline bool operator>(const RankedEdge &other) const
inline bool operator==(const RankedEdge &other) const

Public Members

node ego
node alter
count simmelianness
count rank