@tscircuit/capacity-autorouter 0.0.207 → 0.0.209

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
@@ -1360,6 +1360,8 @@ declare class PortPointPathingSolver extends BaseSolver {
1360
1360
  get GREEDY_MULTIPLIER(): number;
1361
1361
  MAX_CANDIDATES_IN_MEMORY: number;
1362
1362
  get MAX_ITERATIONS_PER_PATH(): number;
1363
+ ITERATIONS_PER_MM_FOR_PATH: number;
1364
+ BASE_ITERATIONS_PER_PATH: number;
1363
1365
  get MIN_ALLOWED_BOARD_SCORE(): number;
1364
1366
  nodeMemoryPfMap: Map<CapacityMeshNodeId, number>;
1365
1367
  currentConnectionIndex: number;
@@ -1373,6 +1375,7 @@ declare class PortPointPathingSolver extends BaseSolver {
1373
1375
  avgNodePitch: number;
1374
1376
  /** Whether the current connection should be forced to route off-board */
1375
1377
  currentConnectionShouldRouteOffBoard: boolean;
1378
+ activeCandidateStraightLineDistance?: number;
1376
1379
  /** Cached list of off-board nodes for computing distance to nearest off-board node */
1377
1380
  offBoardNodes: InputNodeWithPortPoints[];
1378
1381
  /** Cache of base node cost (cost of node in current committed state) */
@@ -1392,6 +1395,7 @@ declare class PortPointPathingSolver extends BaseSolver {
1392
1395
  /** Base node cost with the currently-committed port points (no candidate additions) */
1393
1396
  private getBaseNodeFailureCost;
1394
1397
  computeBoardScore(): number;
1398
+ getMaxIterationsForCurrentPath(): number;
1395
1399
  /**
1396
1400
  * Exact delta cost of routing this connection through `nodeId`
1397
1401
  * for the segment defined by entry->exit.