Counting perfect edge dominating sets: extremal results and linear-time algorithms
arXiv:2607.03894
2026
Architecture
1 ideas extracted · analyzed Aug 29, 2026
What the math gives to ML
The paper develops a finite-state dynamic program for counting perfect edge dominating sets, equivalently dominating induced matchings, using local color states and boundary summaries. The transferable asset is an exact decomposition principle: a graph module can summarize all globally relevant combinatorial information at a small separator using a fixed vector of state counts. This suggests a differentiable structured layer for graph neural networks that evaluates or softly approximates induced-matching and edge-domination constraints on tree-like graphs. Such a layer can provide an explicit combinatorial prior for graph-level prediction or constrained edge selection instead of forcing ordinary message passing to learn these constraints from data.
Ideas from this paper
Unverified
2026
Add a finite-state message-passing layer that tracks local configurations corresponding to perfect edge domination or dominating induced matchings instead of transmitting unconstrained node embeddings alone. On graphs with a tree, series-parallel, or small-separator decomposition, the layer produces an exact or differentiable partition function over globally valid edge configurations, which can be used as node features, an auxiliary loss, or a structural prior.
Useful5/10
Difficulty6/10
Novelty7/10