@tscircuit/capacity-autorouter 0.0.314 → 0.0.316
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 -2
- 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
|
|
@@ -4564,8 +4565,6 @@ interface HgPortPointPathingSolverParams {
|
|
|
4564
4565
|
MAX_ITERATIONS_PER_PATH: number;
|
|
4565
4566
|
/** Distance threshold where heuristic is suppressed to encourage initial exploration. */
|
|
4566
4567
|
RANDOM_WALK_DISTANCE: number;
|
|
4567
|
-
/** Fallback ripping threshold if START/END thresholds are not used. */
|
|
4568
|
-
RIPPING_PF_THRESHOLD: number;
|
|
4569
4568
|
/** Initial region Pf threshold for ripping decisions. */
|
|
4570
4569
|
START_RIPPING_PF_THRESHOLD: number;
|
|
4571
4570
|
/** Final region Pf threshold as region rip-count approaches its cap. */
|