Hi there !

I'm wondering if possible to build a graph starting from the adjacency
matrix.

Having such a matrix

matrix = [[1.0, 0.0], [1.0, 1.0]]

I'd like to build its graph

(0) --- (0)

(1) --- (0)

(1) --- (1)

Thank you in advance.

Marco.




--
View this message in context: 
http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/Build-a-graph-from-the-adjacency-matrix-tp4025508.html
Sent from the Main discussion list for the graph-tool project mailing list 
archive at Nabble.com.
_______________________________________________
graph-tool mailing list
[email protected]
http://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to