CWTSLeiden / networkanalysis

Java package that provides data structures and algorithms for network analysis.
MIT License
145 stars 33 forks source link

eighbors array must not include duplicate values. #22

Closed HRsGIT closed 1 year ago

HRsGIT commented 1 year ago

Why it report ""Error while creating network: For each node, corresponding elements of neighbors array must not include duplicate values.""?I believe there is no duplicate values in neighbors array image

HRsGIT commented 1 year ago

Because I did not consider heavy edges when converting the directed graph to an undirected graph