@tscircuit/capacity-autorouter 0.0.880 → 0.0.882
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 +16 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -203,3 +203,19 @@ bun run build
|
|
|
203
203
|
## Maintainer resources
|
|
204
204
|
|
|
205
205
|
Track routing performance and benchmark results in the [Autorouter Benchmark Dashboard](https://autorouter-benchmark-dashboard.vercel.app/).
|
|
206
|
+
|
|
207
|
+
### DRC failure dataset (SRJ33)
|
|
208
|
+
|
|
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.
|
|
213
|
+
|
|
214
|
+
```sh
|
|
215
|
+
bun scripts/run-sample.ts --pipeline 7 --dataset srj33 --sample 1
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
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.
|