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

feat: Subset stage 4: Multi cycles in the same SCC #181

Merged
merged 5 commits into from
Aug 27, 2024

Conversation

wwoytenko
Copy link
Contributor

  • Added support for multi-cycles in the same strongly connected component
  • It supports only cases where only one group of cycles (grouped by vertexes (tables)) is found

Closes #155

* Added support for multi-cycles in the same strongly connected component
* It support only cases where only one group of cycles (grouped by vertexes (tables)) found
@wwoytenko wwoytenko added this to the v0.2b2 milestone Aug 27, 2024
@wwoytenko wwoytenko self-assigned this Aug 27, 2024
@wwoytenko wwoytenko merged commit 7d4241b into main Aug 27, 2024
15 checks passed
@wwoytenko wwoytenko deleted the feat/database_subset_with_circ_deps_pt4 branch August 30, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Subset stage 4: Multi cycles in the same SCC
1 participant