LijunChang/Graph_Edit_Distance

Is there a way to load all the graphes in RAM, then call a funcition to get the ged for 2 items?

Closed this issue · 0 comments

it will be like this:

loadgraphes("gs.txt")
ab = ged(0,1)
bc = ged(1,2)
....