LijunChang / Graph_Edit_Distance

Exact graph edit distance (GED) computation and verification
MIT License
53 stars 14 forks source link

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

Closed weathon closed 2 years ago

weathon commented 2 years ago

it will be like this:

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