I'm trying to make a matrix that shows the cost from a node to the rest of the nodes in a network.
The final result I'm looking for is not the cost, but only know if a car can or can not reach each vertex.
So, I've made a test in a small area of my network, and it seems to work perfectly...