LijunChang / Graph_Edit_Distance

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

Is it possible to verfication mutiple distance without extra overhead? #11

Open weathon opened 2 years ago

weathon commented 2 years ago

If I do multiple verifications by calling the function many times, there is a lot of extra overhead. Is there a way to do it at once? I tried to read the code in Application.cpp but I cannot really know what to change.