First time here? Check out the FAQ!
answered 2013-09-06 16:03:31 +0100
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