@tscircuit/capacity-autorouter 0.0.461 → 0.0.463

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 CHANGED
@@ -5320,6 +5320,7 @@ declare class PolyHypergraphPortPointPathingSolver extends BaseSolver {
5320
5320
  reservedRegionCount: number;
5321
5321
  clearance: number;
5322
5322
  effort: number;
5323
+ usedUnconstrainedDelaunayFallback: boolean;
5323
5324
  constructor(params: PolyHypergraphPortPointPathingSolverOptions);
5324
5325
  private createInputNodesWithPortPoints;
5325
5326
  private createAssignedPortPoint;