Celestial Playground

Interactive interface for all 11 planetary transformers. Input your NP problem, watch the celestial solver work.

Step 1: Choose Problem Type

Step 2: Input Data (JSON)

Enter problem data in the format expected by the solver. Use the example below as a template.

Example for SAT

{ "clauses": [[1, -2, 3], [-1, 2, 4], [3, -4]], "n_vars": 4 }

Copy and paste into the input field above, then click Solve.

Celestial Solution

☿ Mercury Mercurial Clause Weaver Solved in 0.18s
{}
API Direct

How to Use

The playground calls the same API that powers the entire Cosmic Workshop. You can also use the API directly via:

POST /api/v1/solve Content-Type: application/json { "problem_type": "tsp", "data": { ... } }

For humanitarian use (higher rate limits), apply for a Harmony Bench API key.

All solvers are open‑source: GitHub repository.