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

Weak component clusters fails to detect connected clusters for some directed networks #172

Closed qiemem closed 8 years ago

qiemem commented 8 years ago

This test demonstrates the problem:

  O> crt 3
  O> ask turtle 0 [ create-link-from turtle 1 create-link-from turtle 2 ]
  length nw:weak-component-clusters => 1