Module hypergraph

Source
Expand description

Hypergraph algorithms

This module contains algorithms specifically designed for hypergraphs, including transversals, cuts, and hypergraph-specific analysis methods.

Structs§

HypergraphCut
Result of hypergraph cut analysis
MinimalTransversal
Represents a minimal transversal (hitting set) of a hypergraph

Functions§

hyperedge_connectivity
Compute hypergraph connectivity between two nodes
hypergraph_connected_components
Find strongly connected components in a directed hypergraph
hypergraph_diameter
Compute the hypergraph diameter
hypergraph_distance
Compute the distance between two nodes in a hypergraph
is_hypergraph_connected
Check if a hypergraph is connected
minimal_transversals
Find all minimal transversals (hitting sets) of a hypergraph
minimum_vertex_cut
Find the minimum vertex cut in a hypergraph