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

Add support for directed hypergraphs #52

Open
wants to merge 51 commits into
base: master
Choose a base branch
from

Conversation

espottesmith
Copy link

@espottesmith espottesmith commented Jan 30, 2025

The main point of this PR was to add support for directed hypergraphs to SimpleHypergraphs.jl, directly addressing #45. To do this, I ended up making some abstract types, including AbstractHypergraph, AbstractUndirectedHypergraph, and AbstractDirectedHypergraph, which makes this package more flexible, and I also added the concrete types BasicHypergraph and BasicDirectedHypergraph which don't contain metadata.

I've added tests (I think with good coverage) and updated the docs. I have not created an example or tutorial yet.

espottesmith added a commit to CoReACTER/SimpleDirectedHypergraphs.jl that referenced this pull request Feb 10, 2025
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