LijunChang/Graph_Edit_Distance

Is it possible to verfication mutiple distance without extra overhead?

Opened this issue · 0 comments

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.