A Python wrapper for the tdlib library for tree decomposition computations. Provides high-performance tree decomposition algorithms including heuristics, exact methods, and dynamic programming FPT algorithms. Version 10.8.4, part of the passagemath ecosystem.
pip install passagemath-tdlibNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create a graph and compute a tree decomposition via tdlib heuristic.
Use `pip install passagemath` to get a compatible environment.
Use Python 3.11–3.14.
Install tdlib via system package manager (e.g., `apt install libtdlib-dev`) or compile from source.