Hypergraph ci

Hypergraph is data structure library to create a directed hypergraph in which an hyperedge can join any number of vertices.

This library allows you to:

Usage

Add this to your Cargo.toml:

toml [dependencies] hypergraph = "0.1.0"

Documentation

Please read the documentation.

Note

This an early stage project. More functionalities will be added in the future.