sagemath_tdlib: Tree decompositions with tdlib¶
This pip-installable distribution passagemath-tdlib
is a small optional distribution for use with passagemath-graphs.
It provides a Cython interface to the tdlib
library, now also known as treedec, providing
algorithms concerning tree decompositions.
Type¶
optional
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
cython: C-Extensions for Python, an optimizing static compiler
tdlib: Algorithms for computing tree decompositions of graphs
Version Information¶
package-version.txt:
10.6.29
version_requirements.txt:
passagemath-tdlib ~= 10.6.29.0
Installation commands¶
$ pip install passagemath-tdlib~=10.6.29.0
$ sage -i sagemath_tdlib
However, these system packages will not be used for building Sage
because spkg-configure.m4
has not been written for this package;
see upstream Issue #27330 for more information.