Exemple #1
0
void make_graph_data_structure(const tuple_graph * const tg)
{
	convert_graph_to_oned_csr(tg, &g);
}
Exemple #2
0
void make_graph_data_structure(const tuple_graph* const tg) {
  convert_graph_to_oned_csr(tg, &g);
  allocate_memory(); /* Make sure all of the space is available */
  deallocate_memory();
}