@tscircuit/capacity-autorouter 0.0.532 → 0.0.534
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
|
@@ -5747,6 +5747,7 @@ declare class AutoroutingPipelineSolver8 extends BaseSolver {
|
|
|
5747
5747
|
visualize(): GraphicsObject;
|
|
5748
5748
|
preview(): GraphicsObject;
|
|
5749
5749
|
_getOutputHdRoutes(): HighDensityRoute$1[];
|
|
5750
|
+
private routesOnlyUsePreplacedVias;
|
|
5750
5751
|
private getHighDensityNodePortPointsWithAssignableViasFirst;
|
|
5751
5752
|
private getPreplacedAssignableViaObstacles;
|
|
5752
5753
|
private isFixedPreplacedViaRoute;
|