Skip to content

Implement Meet/JoinSemilatticeTableIntoDigraph functions #760

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

weremczuk
Copy link

@weremczuk weremczuk commented May 7, 2025

Attempted to solve issue #553 using a rather naive approach - creating an adjacency list from reading out the meet/join semilattice table in its entirety, and outputting a digraph from this list. Efficiency could be improved using known matrix properties.

@weremczuk weremczuk marked this pull request as ready for review May 21, 2025 21:31
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