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

greedy cyclebreaker may fail to break cycles #9

Closed
vibridi opened this issue Aug 25, 2023 · 0 comments · Fixed by #31
Closed

greedy cyclebreaker may fail to break cycles #9

vibridi opened this issue Aug 25, 2023 · 0 comments · Fixed by #31
Labels
bug Something isn't working

Comments

@vibridi
Copy link
Collaborator

vibridi commented Aug 25, 2023

Repro with:

N1 -> N4;
N1 -> N8;
N2 -> N5;
N2 -> N8;
N3 -> N8;
N6 -> N3;
N8 -> N1;
N8 -> N2;
N8 -> N7;
N8 -> N15;
N8 -> N16;
N9 -> N10;
N10 -> N11;
N12 -> N13;
N13 -> N14;
N15 -> N1;
N15 -> N9;
N15 -> N10;
N16 -> N2;
N16 -> N12;
N16 -> N13;
@vibridi vibridi added the bug Something isn't working label Aug 29, 2023
@vibridi vibridi linked a pull request Oct 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant