@tscircuit/capacity-autorouter 0.0.358 → 0.0.360
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 +5 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1196,6 +1196,8 @@ declare class IntraNodeRouteSolver extends BaseSolver {
|
|
|
1196
1196
|
traceWidth?: number;
|
|
1197
1197
|
});
|
|
1198
1198
|
computeProgress(): number;
|
|
1199
|
+
private getSingleRouteSolverOpts;
|
|
1200
|
+
private trySolveSamePointLayerChange;
|
|
1199
1201
|
_step(): void;
|
|
1200
1202
|
visualize(): GraphicsObject;
|
|
1201
1203
|
}
|
|
@@ -4710,7 +4712,7 @@ declare class AutoroutingPipelineSolver3_HgPortPointPathing extends BaseSolver {
|
|
|
4710
4712
|
|
|
4711
4713
|
declare class TinyHypergraphPortPointPathingSolver extends BaseSolver {
|
|
4712
4714
|
private params;
|
|
4713
|
-
private
|
|
4715
|
+
private tinyPipelineSolver;
|
|
4714
4716
|
private inputNodeWithPortPoints;
|
|
4715
4717
|
private originalRegionById;
|
|
4716
4718
|
private originalRegionIds;
|
|
@@ -4718,6 +4720,8 @@ declare class TinyHypergraphPortPointPathingSolver extends BaseSolver {
|
|
|
4718
4720
|
getSolverName(): string;
|
|
4719
4721
|
_step(): void;
|
|
4720
4722
|
preview(): GraphicsObject;
|
|
4723
|
+
private getCurrentTinySolver;
|
|
4724
|
+
private getSolvedTinySolver;
|
|
4721
4725
|
private getRouteMetadata;
|
|
4722
4726
|
private createAssignedPortPoint;
|
|
4723
4727
|
getOutput(): {
|