#ifndef INFORMATION_H #define INFORMATION_H #include #include #include int CreateSMatrix(igraph_t* g, double** S); #endif