@tscircuit/capacity-autorouter 0.0.882 → 0.0.884

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -207,15 +207,22 @@ Track routing performance and benchmark results in the [Autorouter Benchmark Das
207
207
  ### DRC failure dataset (SRJ33)
208
208
 
209
209
  [dataset-srj33-drc-failures](https://github.com/tscircuit/dataset-srj33-drc-failures)
210
- contains 31 bug-report inputs (28 distinct SRJs) that completed Pipeline 7 routing
211
- but failed the dataset's pinned relaxed DRC checks. The integration loads the
212
- original inputs so current solvers can be compared against that baseline.
210
+ contains 37 distinct inputs with at least one measured Pipeline 9 relaxed DRC
211
+ issue. The [original benchmark](https://github.com/tscircuit/tscircuit-autorouter/actions/runs/33978041068)
212
+ retained 12 samples and excluded 19 DRC passes. An
213
+ [additional audit](https://github.com/tscircuit/tscircuit-autorouter/actions/runs/33980539076)
214
+ added 25 bug-report inputs that completed routing with DRC issues after the
215
+ recent DRC fix. Original IDs remain 001–006, 010–013, 020, and 025; additions use
216
+ 032–056.
213
217
 
214
218
  ```sh
215
- bun scripts/run-sample.ts --pipeline 7 --dataset srj33 --sample 1
219
+ bun scripts/run-sample.ts --pipeline 9 --dataset srj33 --sample 1
216
220
  ```
217
221
 
218
222
  Use `srj33` in the benchmark workflow's dataset input, or open
219
- `benchmarks/dataset-srj33` in the Cosmos playground to browse samples 001–031.
220
- The dataset repository records source issues, duplicate inputs, routed baseline
221
- outputs, and DRC evidence.
223
+ `benchmarks/dataset-srj33` in Cosmos. CLI `--sample` selects by position:
224
+ `--sample 12` loads `sample025`, and `--sample 37` loads `sample056`.
225
+ Cosmos uses the sample IDs. The dataset records source links, pinned revisions,
226
+ and Pipeline 9 selection evidence. Saved outputs for the original 12 are their
227
+ historical Pipeline 7 baseline; additions include Pipeline 9 outputs and exact
228
+ DRC errors.