You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If CandidateFilter would take fast_graph as the input instead of filtered_graph, it would make the whole creation of both types of graphs unnecessary. As only fast_graph would have to be generated instead of both, saving a few seconds.
If
CandidateFilterwould takefast_graphas the input instead offiltered_graph, it would make the whole creation of both types of graphs unnecessary. As onlyfast_graphwould have to be generated instead of both, saving a few seconds.