Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX-BIPARTITE-CHECK] check disconnected components too #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

a1t20v21
Copy link
Owner

@a1t20v21 a1t20v21 commented Jan 30, 2022

  1. If there is a disconnected component in the graph, the current method does not check that. The new method iterates through all the nodes(which might not be needed). Not sure if there are any other cases which will fail.
  2. upgrade the rust version to 1.46.0. This will fix the issue Tracking issue for slice::IterMut::as_slice and vec::Drain::as_slice rust-lang/rust#58957

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant