Skip to content

Spiderization - #34

Merged
statusfailed merged 5 commits into
masterfrom
feat/spiderization
Jul 23, 2026
Merged

Spiderization#34
statusfailed merged 5 commits into
masterfrom
feat/spiderization

Conversation

@statusfailed

Copy link
Copy Markdown
Contributor

Implement "spiderization", an algorithm to recover the frobenius decomposition of an open hypergraph,
and a helper module for cycle breaking: identifying a small (but not necessarily minimal) subset of nodes which, when spiderized, will yield a monogamous acyclic diagram.

Also bumps version to 0.3.2

Connect global sources directly to the sources of the left spider and
global targets directly to the targets of the right spider.

This changes each node’s spider pair from `0 → 1+m` and `1+n → 0` to
`p → 1+m` and `1+n → q`, where `p` and `q` count global source and
target occurrences respectively.
@statusfailed
statusfailed merged commit d746aff into master Jul 23, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant