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

Update #1

Merged
merged 22 commits into from
Aug 26, 2020
Merged

Update #1

merged 22 commits into from
Aug 26, 2020

Conversation

teuron
Copy link
Owner

@teuron teuron commented Aug 26, 2020

No description provided.

r3drock and others added 22 commits March 2, 2020 13:06
It's sometimes easier to pass in a reference to a bitset or hashset while
using it as a temporary node filter. Previously the only other way to do
this was to use a closure.
This can be useful when one is trying to write code that is always
interested in the original edge reference, whether the graph under
consideration is reversed or not.
* fix clippy patterns
* (clippy) dfsvisit: remove false loop by updating macro
* (clippy) visit: macro: delegate_impl!: make method ret types optional
* cargo fmt
* perf: Allow the state in tarjan_scc to be reused
* refactor: Don't trust that multiple node![v] are merged
* refactor: Remove TarjanSccIter
@teuron teuron merged commit 6db3bbe into teuron:master Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.