structured-decomp
Installation
SKILL.md
Structured Decompositions Skill
Sheaves on tree decompositions with bidirectional navigation
Version: 1.1.0 Trit: 0 (Ergodic - coordinates decomposition)
Core Concept
StrDecomp = Functor d: ∫G → C where:
- ∫G = category of elements of shape graph
- C = target category (Graph, FinSet, etc.)
using StructuredDecompositions
# Create decomposition from graph
d = StrDecomp(graph)