@tscircuit/capacity-autorouter 0.0.528 → 0.0.530
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 +8 -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
|
@@ -5673,7 +5673,9 @@ declare class AutoroutingPipelineSolver8 extends BaseSolver {
|
|
|
5673
5673
|
colorMap: Record<string, string>;
|
|
5674
5674
|
highDensityRouteSolver?: HighDensitySolver;
|
|
5675
5675
|
highDensityForceImproveSolver?: HighDensityForceImproveSolver;
|
|
5676
|
+
highDensityForceImproveRoutes?: HighDensityRoute$1[];
|
|
5676
5677
|
highDensityRepairSolver?: Pipeline4HighDensityRepairSolver;
|
|
5678
|
+
highDensityRepairRoutes?: HighDensityRoute$1[];
|
|
5677
5679
|
highDensityStitchSolver?: MultipleHighDensityRouteStitchSolver3;
|
|
5678
5680
|
globalDrcForceImproveSolver?: GlobalDrcForceImproveSolver;
|
|
5679
5681
|
singleLayerNodeMerger?: SingleLayerNodeMergerSolver;
|
|
@@ -5717,6 +5719,12 @@ declare class AutoroutingPipelineSolver8 extends BaseSolver {
|
|
|
5717
5719
|
visualize(): GraphicsObject;
|
|
5718
5720
|
preview(): GraphicsObject;
|
|
5719
5721
|
_getOutputHdRoutes(): HighDensityRoute$1[];
|
|
5722
|
+
private getHighDensityNodePortPointsWithAssignableViasFirst;
|
|
5723
|
+
private getPreplacedAssignableViaObstacles;
|
|
5724
|
+
private isFixedPreplacedViaRoute;
|
|
5725
|
+
private getMovableHighDensityRouteIndexes;
|
|
5726
|
+
private getMovableHighDensityRoutes;
|
|
5727
|
+
private mergeMovableHighDensityRoutesBack;
|
|
5720
5728
|
getOutputSimplifiedPcbTraces(): SimplifiedPcbTraces;
|
|
5721
5729
|
getOutputSimpleRouteJson(): SimpleRouteJson;
|
|
5722
5730
|
}
|