@tscircuit/capacity-autorouter 0.0.785 → 0.0.786

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
@@ -4863,6 +4863,8 @@ interface HgPortPointPathingSolverParams {
4863
4863
  FORCE_CENTER_FIRST: boolean;
4864
4864
  RIPPING_ENABLED: boolean;
4865
4865
  USE_SELECTIVE_RERIP_ROUTING?: boolean;
4866
+ /** Count preloaded assignments when applying partial-rip scale bounds. */
4867
+ USE_PARTIAL_RIP_ROUTING_WITH_PRELOADED_TRACES?: boolean;
4866
4868
  };
4867
4869
  weights: {
4868
4870
  /** Seed used for deterministic shuffling in rip-selection ordering. */