Triangle counting using liblemon
|
input utility More...
Go to the source code of this file.
Namespaces | |
lemon | |
lemon original namespace | |
Functions | |
void | lemon::construct_graph_from_arclist (Graph *G, const std::vector< std::pair< int, int > > &arcs, int node_size) |
construct the static graph from given arc list | |
std::pair< int, int > | lemon::read_binfile_to_arclist (const char *file_name, std::vector< std::pair< int, int >> *arcs) |
read the binary graph file and initialize the arcs data structure | |
input utility