CWTSLeiden / networkanalysis

Java package that provides data structures and algorithms for network analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eighbors array must not include duplicate values.

HRsGIT opened this issue · comments

commented

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

commented

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