arboretum-td 0.1.0

A library and CLI for obtaining exact and heuristc tree decompositions for arbitrary graphs
Documentation
1
2
3
4
5
6
7
8
9
pub use base_graph::BaseGraph;
pub use bit_graph::BitGraph;
pub use hash_map_graph::{HashMapGraph, HashMapGraphDfs, MinorSafeResult};
pub use mutable_graph::MutableGraph;

mod base_graph;
mod bit_graph;
mod hash_map_graph;
mod mutable_graph;