answered 11 years ago
A networkx graph is necesary for use networkx.has_path().
So, how can I generate this networkx graph from a python matrix or numpy matrix?
Thanks