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

hyperedges as ordered tuple of nodes ? #164

Open
gl-yziquel opened this issue Oct 18, 2024 · 0 comments
Open

hyperedges as ordered tuple of nodes ? #164

gl-yziquel opened this issue Oct 18, 2024 · 0 comments

Comments

@gl-yziquel
Copy link

Hi.

I am looking for a library to prototype hypergraphs. But I'm not sure HyperNetX fits the bill. Reading the documentation, it may not, which is why I am asking.

I wish to represent, more or less, relational structures as hypergraphs. In the mathematical sense of the word. (i.e. "models" of model theory, but with only relations, no functions, no equality). As such, I'd need my hyperedges not to be classes of multiple nodes, but tuples of multiple nodes.

My question(s):

  1. Does HyperNetX support such datastructures ?

  2. If 1. is "no", does HyperNetX provide facilities to extend the code in way that would make this implementable ?

  3. If 1. and 2. are "no", that limitation should IMO be mentionned somewhere rather quickly reachable from the readme.

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

No branches or pull requests

1 participant