Triangle counting using liblemon
Namespaces | Functions
io.h File Reference

input utility More...

#include <vector>
#include <utility>
#include "lemontc/config.h"

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
 

Detailed Description

input utility