Class xlifepp::Graph#
-
class Graph : public std::vector<std::vector<number_t>>#
-
Inheritence diagram for xlifepp::Graph:
Collaboration diagram for xlifepp::Graph:
class to deal with general graphs
Public Functions
-
number_t maximumDegree() const#
-
compute maximum Degree i.e.
maximum number of neighbors taken over all nodes compute band width (maximum distance between connected nodes) and length of skyline storage associated to sets
-
void print(const string_t &title = "") const#
-
print utility
-
void print(std::ostream&, const string_t&) const#
-
print utility
-
number_t maximumDegree() const#