v0.1.0 - Static tower simplex search pre-release
This is the first public pre-release of jet_simplex_search.
jet_simplex_search is a Python package for finding directed simplices in sparse graphs using static quotient towers from state_collapser. It enumerates degenerate simplices as first-class records, performs fiber-addressed lifting over known downstairs simplices, and preserves compressed H-to-G lift counts for loops and parallel edges.
Included
- Directed simplex enumeration through a user-provided dimension bound
k. - Degenerate simplex support via formal identities.
- Static quotient tower search through
state_collapser. - Fiber-addressed lifting over downstairs simplex records.
- H-to-G skeletonization for loops and parallel edges.
- JSON and JSONL artifact output.
- Smoke examples and regression tests.
- GitHub Actions CI configuration.
- Release hygiene checks.
Not Included Yet
- Kan replacement.
- PyPI publication.
- Benchmark superiority claims.
- Neural message passing, CinchNET, or PTVNN implementation.
- GPU, tensor, CSR, bitset, or multiprocessing acceleration.
Install
For this GitHub-only pre-release, install from the repository or from the attached wheel.
pip install jet_simplex_search-0.1.0-py3-none-any.whl