https://github.com/statusfailed/isomorphic-open-hypergraph-examples
https://github.com/statusfailed/isomorphic-open-hypergraph-examples
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/statusfailed/isomorphic-open-hypergraph-examples
- Owner: statusfailed
- Created: 2025-10-02T11:45:28.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-10-02T16:09:17.000Z (5 months ago)
- Last Synced: 2025-10-02T18:12:35.087Z (5 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Examples of Isomorphic Open Hypergraphs
Run:
cargo run
This will generate a number of examples of isomorphic hypergraphs in `example_isomorphism` as a folder containing:
- `a.json`, `b.json`: JSON encoded isomorphic open hypergraphs
- `a.svg`, `b.svg`: SVG renderings of each open hypergraph, with nodes and hyperedges labeled with IDs.
To view examples, run
python serve_examples.py
and navigate to [localhost:8000](https://localhost:8000).