> I am facing problems with `igraph_sparsemat() function. Could it be the problem that your sparse_g variable is essentially a dangling pointer that points nowhere? You should _create_ a sparse matrix first and then pass the address of that sparse matrix to igraph_sparsemat.
-- T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
