Код: Выделить всё
typedef boost::adjacency_list Graph;
Код: Выделить всё
void external_library(int num_nodes, int *xadj, int *adjncy)
Подробнее здесь: https://stackoverflow.com/questions/792 ... ph-library
Код: Выделить всё
typedef boost::adjacency_list Graph;
Код: Выделить всё
void external_library(int num_nodes, int *xadj, int *adjncy)