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:

Additional features:

Installation

Add this to your Cargo.toml (replace currentversion_ with the latest version of the library):

toml [dependencies] hypergraph = "curent_version"

Usage

Please read the documentation to get started.