Activity log for bug #1645504

Date Who What changed Old value New value Message
2016-11-28 23:25:13 Dimitris Kalamaras bug added bug
2016-11-28 23:25:19 Dimitris Kalamaras socnetv: milestone 2.2
2016-11-28 23:25:34 Dimitris Kalamaras description Due to a bug in our dijkstra implementation, there are cases where the distances in valued/weighted graphs are not all correct. For instance, 1. Import the following undirected, valued network of 4 actors via a csv file 0 1 0 0 1 0 10 0 0 10 0 1 0 0 1 0 2. Compute Distance Matrix. The result will be v 1 2 3 4 1 0 1 11 12 2 1 0 10 11 3 11 10 0 1 4 inf 11 1 0 where DM(4,1)=inf is not correct, since 4 and 1 are reachable and their distance is actually the same as DM(1,4) = 12. Due to a bug in our dijkstra implementation, there are cases where the distances in valued/weighted graphs are not all correct. For instance, 1. Import the following undirected, valued network of 4 actors via a csv file 0 1 0 0 1 0 10 0 0 10 0 1 0 0 1 0 2. Compute Distance Matrix. The result will be       v 1 2 3 4       1 0 1 11 12       2 1 0 10 11       3 11 10 0 1       4 inf 11 1 0 where DM(4,1)=inf is not correct, since 4 and 1 are reachable and their distance is actually the same as DM(1,4) = 12.
2016-11-29 00:25:05 Dimitris Kalamaras socnetv: status Triaged In Progress
2016-11-29 11:54:24 Dimitris Kalamaras socnetv: status In Progress Fix Committed
2017-07-16 15:33:09 Dimitris Kalamaras socnetv: status Fix Committed Fix Released