14 const std::vector<std::pair<int, int> >& arcs,
int node_size);
17 std::vector<std::pair<int, int>>* arcs);
configuration lemon triangle counter configuration header
void 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
Definition: io.cpp:89
std::pair< int, int > read_binfile_to_arclist(const char *file_name, std::vector< std::pair< int, int >> *arcs_pointer)
read the binary graph file and initialize the arcs data structure
Definition: io.cpp:35