1#ifndef SPINE_T
2#define SPINE_T
3
4#include <cgraph.h>
5
6void genSpine (Agraph_t * g, float sparse_ratio, int verbose);
7
8#endif
9