NetLogo / NW-Extension

This is the NetLogo Network Extension. For general information about NetLogo, see:
http://ccl.northwestern.edu/netlogo/
Other
62 stars 25 forks source link

Finding potential paths to a turtle in a Network #198

Open thanos-Mk opened 3 years ago

thanos-Mk commented 3 years ago

Hello, I would like to be advised of a feature that allows me to find all potential paths to a turtle in NetLogo using network extension. For example in my code in the "Go" procedure I am trying to ask Netlogo to show me all the possible links to a turtle called the "central station" from a turtle "station 1" but I only get one link. If I do not use "one-of" I get an error. Toy model_$_Travel_disparitiesMoses31.zip