@tscircuit/capacity-autorouter 0.0.313 → 0.0.315
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/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1488,6 +1488,7 @@ interface FixedTopologyHighDensityIntraNodeSolverParams {
|
|
|
1488
1488
|
traceWidth?: number;
|
|
1489
1489
|
viaDiameter?: number;
|
|
1490
1490
|
connMap?: ConnectivityMap;
|
|
1491
|
+
effort?: number;
|
|
1491
1492
|
}
|
|
1492
1493
|
/**
|
|
1493
1494
|
* Routes intra-node traces using a fixed via-topology grid and the hypergraph
|