@tscircuit/capacity-autorouter 0.0.516 → 0.0.518
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
|
@@ -4974,6 +4974,7 @@ declare class MultipleHighDensityRouteStitchSolver3 extends BaseSolver {
|
|
|
4974
4974
|
defaultViaDiameter: number;
|
|
4975
4975
|
private endpointIndex;
|
|
4976
4976
|
private canStitchBetweenTerminals;
|
|
4977
|
+
private getSharedRootPathRoutes;
|
|
4977
4978
|
constructor(params: {
|
|
4978
4979
|
connections: SimpleRouteConnection[];
|
|
4979
4980
|
hdRoutes: HighDensityIntraNodeRoute$1[];
|