leffff/graphormer-pyg

Optimize Floyd-Warshall algorithm and I, j node to edge mapping

leffff opened this issue · 1 comments

for v in node_paths:

  1. Create a key-value structure for (i, j) node to edge mapping
  2. merge 2 cycles into one
leffff commented

Fixed
00e0475