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

fix: merge similar excluded messages when unsat #26

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

aochagavia
Copy link
Contributor

The previous implementation represented excluded as an incoming conflict, thereby preventing the merging algorithm from grouping excludes together. This PR represents excluded as an outgoing conflict, which allows the merging algorithm to do its job. See the modified snapshot for details.

This addresses one of the issues in #9.

Below are some pictures of the internal graph, in case you are curious.

Before

image

After

image

@aochagavia aochagavia marked this pull request as ready for review January 31, 2024 10:45
@baszalmstra baszalmstra merged commit da56fa5 into mamba-org:main Jan 31, 2024
3 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.

3 participants