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

PruneConnectors: Fission into separate states before pruning #1451

Merged
merged 2 commits into from Nov 29, 2023

Conversation

lukastruemper
Copy link
Contributor

@lukastruemper lukastruemper commented Nov 27, 2023

The PruneConnectors transformation currently avoids pruning connectors of access nodes which are connected to other nodes again. Fissioning first, pruning, and then fusing states simplifies the whole problem, because we can simply use the analysis implemented in StateFusion

Copy link
Collaborator

@tbennun tbennun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work, I wanted to do that for a while :)

@lukastruemper lukastruemper enabled auto-merge (squash) November 29, 2023 16:02
@lukastruemper lukastruemper merged commit edbf49f into master Nov 29, 2023
9 checks passed
@lukastruemper lukastruemper deleted the prune-connectors branch November 29, 2023 19:27
lukastruemper added a commit that referenced this pull request Dec 2, 2023
The PruneConnectors transformation currently avoids pruning connectors
of access nodes which are connected to other nodes again. Fissioning
first, pruning, and then fusing states simplifies the whole problem,
because we can simply use the analysis implemented in StateFusion
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.

None yet

2 participants