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

nw:weighted-path-to won't necessarily return correct links if there's multiple links between turtles #171

Open qiemem opened 8 years ago

qiemem commented 8 years ago

The sequence of turtles will be correct, but currently, we pick random links that connect those turtles. This usually doesn't matter, but if more than one link connect two turtles (with different link breeds), we won't necessarily return the one with the smallest weight.