Hi experts!
I wanna use
networkx.has_path(G)
where G is the graph associated to de adjacency matrix M (a N x N numpy array).
How can I create a networkx graph (necesary for use networkx.has_path()) from M?
Thanks a lot!
1 | initial version |
Hi experts!
I wanna use
networkx.has_path(G)
where G is the graph associated to de adjacency matrix M (a N x N numpy array).
How can I create a networkx graph (necesary for use networkx.has_path()) from M?
Thanks a lot!
2 | No.2 Revision |
Hi experts!
I wanna use
networkx.has_path(G)
where G is the graph associated to de adjacency matrix M (a N x N numpy array).array) of a undirected graph.
How can I create a networkx graph (necesary for use networkx.has_path()) from M?
Thanks a lot!
3 | retagged |
Hi experts!
I wanna use
networkx.has_path(G)
where G is the graph associated to de adjacency matrix M (a N x N numpy array) of a undirected graph.
How can I create a networkx graph (necesary for use networkx.has_path()) from M?
Thanks a lot!