@tscircuit/capacity-autorouter 0.0.315 → 0.0.317

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
@@ -4565,8 +4565,6 @@ interface HgPortPointPathingSolverParams {
4565
4565
  MAX_ITERATIONS_PER_PATH: number;
4566
4566
  /** Distance threshold where heuristic is suppressed to encourage initial exploration. */
4567
4567
  RANDOM_WALK_DISTANCE: number;
4568
- /** Fallback ripping threshold if START/END thresholds are not used. */
4569
- RIPPING_PF_THRESHOLD: number;
4570
4568
  /** Initial region Pf threshold for ripping decisions. */
4571
4569
  START_RIPPING_PF_THRESHOLD: number;
4572
4570
  /** Final region Pf threshold as region rip-count approaches its cap. */