Offline ready

Stella Ops · Reachability Benchmark

Deterministic, reproducible cases and scoring harness for reachability analysis tools.

Quick Start

  1. Build cases deterministically: python tools/build/build_all.py --cases cases
  2. Run your analyzer and emit submission.json in schemas/submission.schema.json format.
  3. Score: tools/scorer/rb_score.py --truth benchmark/truth/<aggregate>.json --submission submission.json
  4. Compare: tools/scorer/rb_compare.py --truth ... --submissions submission.json baselines/*/submission.json --output leaderboard.json

All tooling is offline-friendly; no network calls or external fonts.

Downloads

Determinism Checklist

Leaderboard

Looking for leaderboard.json in this directory…