Graph Creation from Adjacency Matrix
Is there the possibility to create a graph efficiently from a Adjacency Matrix? Otherwise I would have to iterate through the matrix, which I think is not an optimal solution.
Please use the issue tracker only to report bugs (i.e. errors in the library that need to be fixed) or feature requests.
For questions about how to compile, install or use the library, please use instead the web forum at https://forum.skewed.de/c/graph-tool.
(If unsure, use the forum first.)
IMPORTANT: When opening new issues, please choose the BUG template from the drop-down menu, and fill out the required information.
Is there the possibility to create a graph efficiently from a Adjacency Matrix? Otherwise I would have to iterate through the matrix, which I think is not an optimal solution.