#include <conversions.hpp>
Public Member Functions | |
vertex_degree (int deg, vid_t id) |
Public Attributes | |
int | deg |
vid_t | id |
Special machinery for reordering vertices by their degree, i.e setting their vertex ids to be in the order of vertex degree. This is used at least by the Triangle counting application.