Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

DiGraph
A simple directed graph with Rust-level algorithms.
ExpanderChecker
Checks expansion properties of a graph using an approximation of the Cheeger constant.
GraphonSampler
Samples a simple graph from a graphon W : [0,1]² → [0,1].
SzemerédiRegularityLemma
Szemerédi regularity partition: partitions vertices into roughly equal parts and reports epsilon-regular pairs.
TreewidthHeuristic
Greedy treewidth heuristic using the min-fill elimination ordering.
TuttePolynomialEval
Evaluates the Tutte polynomial T(G; x, y) at a given point using deletion-contraction.
UndirectedGraph
An undirected simple graph (represented as adjacency sets for simplicity).