@tscircuit/capacity-autorouter 0.0.582 → 0.0.584
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 +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -4912,10 +4912,12 @@ declare class TinyHypergraphPortPointPathingSolver extends BaseSolver {
|
|
|
4912
4912
|
private duplicateCongestedPortReport?;
|
|
4913
4913
|
private duplicateCongestedPortError?;
|
|
4914
4914
|
private duplicatedPortCount;
|
|
4915
|
-
private inputNodeWithPortPoints
|
|
4915
|
+
private inputNodeWithPortPoints?;
|
|
4916
|
+
private readonly graphForInputNodes;
|
|
4916
4917
|
private originalRegionById;
|
|
4917
4918
|
private originalRegionIds;
|
|
4918
4919
|
constructor(params: HgPortPointPathingSolverParams);
|
|
4920
|
+
private getInputNodesWithPortPoints;
|
|
4919
4921
|
getSolverName(): string;
|
|
4920
4922
|
_step(): void;
|
|
4921
4923
|
preview(): GraphicsObject;
|