ultragraph 0.5.2

Hypergraph data structure.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: MIT
// Copyright (c) "2023" . The DeepCausality Authors. All Rights Reserved.

#[cfg(test)]
mod constructor_tests;
#[cfg(test)]
mod error_tests;
#[cfg(test)]
mod graph_like_tests;
#[cfg(test)]
mod graph_outgoing_edges_tests;
#[cfg(test)]
mod graph_root_tests;
#[cfg(test)]
mod graph_shortest_path_tests;
#[cfg(test)]
mod graph_storage_tests;