bipartite_matching icon indicating copy to clipboard operation
bipartite_matching copied to clipboard

Small efficiency issue

Open yohayt opened this issue 4 years ago • 0 comments

Hi, Why do you use list(nx.simple_cycles(d))? Since you are interested only in one cycle, using something like next(nx.simple_cycles(d)) will save tones of time.

yohayt avatar Dec 28 '21 13:12 yohayt