Skip to content

Conversation

@yiyunliu
Copy link

@yiyunliu yiyunliu commented Oct 27, 2025

This patch should fix the issue mentioned in #28

The culprit is the build_graph function, which won't add enum sorts as vertices to the graph through the add_edge function as their constructors don't have any arguments (and thus have no edges).

When G.succ in build_signature gets called later, an exception would be thrown because the enum vertex is never inserted.

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