https://github.com/yamafaktory/hypergraph Skip to content Sign up * Why GitHub? Features - + Mobile - + Actions - + Codespaces - + Packages - + Security - + Code review - + Issues - + Integrations - + GitHub Sponsors - + Customer stories- * Team * Enterprise * Explore + Explore GitHub - Learn and contribute + Topics - + Collections - + Trending - + Learning Lab - + Open source guides - Connect with others + The ReadME Project - + Events - + Community forum - + GitHub Education - + GitHub Stars program - * Marketplace * Pricing Plans - + Compare plans - + Contact Sales - + Education - [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} yamafaktory / hypergraph * Notifications * Star 99 * Fork 6 Hypergraph is data structure library to create a directed hypergraph in which a hyperedge can join any number of vertices. MIT License 99 stars 6 forks Star Notifications * Code * Issues 0 * Pull requests 0 * Discussions * Actions * Security * Insights More * Code * Issues * Pull requests * Discussions * Actions * Security * Insights main Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 1 branch 11 tags Code * Clone HTTPS GitHub CLI [https://github.com/y] Use Git or checkout with SVN using the web URL. [gh repo clone yamafa] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching Xcode If nothing happens, download Xcode and try again. Go back Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @yamafaktory yamafaktory (cargo-release) start next development iteration 1.0.2-alpha.0 ... 56c35fe Aug 21, 2021 (cargo-release) start next development iteration 1.0.2-alpha.0 56c35fe Git stats * 48 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .github/workflows chore: adjust ci workflow Nov 3, 2020 src Feat/stable indexes (#17) Aug 21, 2021 tests Feat/stable indexes (#17) Aug 21, 2021 .gitignore chore: initial commit Oct 7, 2020 Cargo.lock (cargo-release) start next development iteration 1.0.2-alpha.0 Aug 21, 2021 Cargo.toml (cargo-release) start next development iteration 1.0.2-alpha.0 Aug 21, 2021 LICENSE-MIT chore: initial commit Oct 7, 2020 README.md fix(doc): add missing word Aug 21, 2021 hypergraph.svg Feat/stable indexes (#17) Aug 21, 2021 rustfmt.toml chore: initial commit Oct 7, 2020 View code Features Installation Usage README.md graph --------------------------------------------------------------------- GitHub Workflow Status Crates.io docs.rs Hypergraph is a data structure library to generate directed hypergraphs. A hypergraph is a generalization of a graph in which a hyperedge can join any number of vertices. Features This library enables you to: * represent non-simple hypergraphs with two or more hyperedges - with different weights - containing the exact same set of vertices * represent self-loops - i.e., hyperedges containing vertices directed to themselves one or more times * represent unaries - i.e., hyperedges containing a unique vertex Additional features: * Safe Rust implementation * Proper error handling * Stable indexes assigned for each hyperedge and each vertex Installation Add this to your Cargo.toml (replace current_version with the latest version of the library): [dependencies] hypergraph = "curent_version" Usage Please read the documentation to get started. About Hypergraph is data structure library to create a directed hypergraph in which a hyperedge can join any number of vertices. Topics rust graphviz data-structure data-structures rust-lang graphviz-dot hypergraph hypergraphs Resources Readme License MIT License Releases 11 tags Contributors 2 * @yamafaktory yamafaktory Davy Duperron * @glyn glyn Glyn Normington Languages * Rust 100.0% * (c) 2021 GitHub, Inc. * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.