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