@tscircuit/capacity-autorouter 0.0.358 → 0.0.359
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 +3 -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
|
@@ -4710,7 +4710,7 @@ declare class AutoroutingPipelineSolver3_HgPortPointPathing extends BaseSolver {
|
|
|
4710
4710
|
|
|
4711
4711
|
declare class TinyHypergraphPortPointPathingSolver extends BaseSolver {
|
|
4712
4712
|
private params;
|
|
4713
|
-
private
|
|
4713
|
+
private tinyPipelineSolver;
|
|
4714
4714
|
private inputNodeWithPortPoints;
|
|
4715
4715
|
private originalRegionById;
|
|
4716
4716
|
private originalRegionIds;
|
|
@@ -4718,6 +4718,8 @@ declare class TinyHypergraphPortPointPathingSolver extends BaseSolver {
|
|
|
4718
4718
|
getSolverName(): string;
|
|
4719
4719
|
_step(): void;
|
|
4720
4720
|
preview(): GraphicsObject;
|
|
4721
|
+
private getCurrentTinySolver;
|
|
4722
|
+
private getSolvedTinySolver;
|
|
4721
4723
|
private getRouteMetadata;
|
|
4722
4724
|
private createAssignedPortPoint;
|
|
4723
4725
|
getOutput(): {
|