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

Removed detached nodes, which are caused by cliques self-referencing. #30

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

marchermans
Copy link
Contributor

When Cliques self-reference partial-inputs and outputs, then it can happen that a new detached component is created. In particular it can create detached component with loops in it.

These loops are not reduced in the DFS Search because they are now not reachable from the sourcenode anymore and as such cause an issue later on during BFS Depthmap building, as that requires a cycle free graph.

This adds a secondary additional pass of detached component removal between clique building and cycle reduction solving the problem.

@marchermans marchermans merged commit b3cf254 into version/1.20.1 Sep 9, 2024
5 checks passed
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.

1 participant