Commit graph

1 commit

Author SHA1 Message Date
openresearch
1c61179028 feat: chiral batch pipeline — six-stage search engine
Implements the full six-stage pipeline:
  BraidStorm (2^k configs) → TreeBraid (factorize) →
  AngrySphinx (budget) → MultisurfacePacker (spatial) →
  COUCH (geometric) → Sidon (algebraic)

Pure Python, exact arithmetic. GPU-accelerable (Sidon check is
embarrassingly parallel across 256 configs).

Usage: python3 chiral_batch_pipeline.py [--strands K] [--budget N]
2026-07-04 20:28:32 +00:00