app icon indicating copy to clipboard operation
app copied to clipboard

Wrong recognition of binary relations in multi-relational networks

Open oxy86 opened this issue 7 years ago • 0 comments

In multi-relational networks where one relation is weighted/valued, the program interprets all relations as valued and uses Dijkstra algorithm for distances/indices computation. This is usually not a problem, since it correctly computes the distances and centralities. But there might be cases when this poses a problem. After all, it makes no sense to work on a binary relationship and have the program ask you every now and then what to do with the edge weights... This is related to #53

oxy86 avatar Feb 05 '19 23:02 oxy86