@tscircuit/capacity-autorouter 0.0.91 → 0.0.92

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.js CHANGED
@@ -6050,12 +6050,6 @@ var SingleTransitionCrossingRouteSolver = class extends BaseSolver {
6050
6050
  };
6051
6051
  return middle(effectiveA, effectiveB);
6052
6052
  };
6053
- const traceBounds = {
6054
- maxX: this.bounds.maxX - this.obstacleMargin - this.traceThickness / 2,
6055
- maxY: this.bounds.maxY - this.obstacleMargin - this.traceThickness / 2,
6056
- minX: this.bounds.minX + this.obstacleMargin + this.traceThickness / 2,
6057
- minY: this.bounds.minY + this.obstacleMargin + this.traceThickness / 2
6058
- };
6059
6053
  const minDistFromViaToTrace = this.viaDiameter / 2 + this.traceThickness / 2 + this.obstacleMargin;
6060
6054
  const p2 = middleWithMargin(
6061
6055
  via,
@@ -8977,12 +8971,12 @@ var HyperSingleIntraNodeSolver = class extends HyperParameterSupervisorSolver {
8977
8971
  }
8978
8972
  getCombinationDefs() {
8979
8973
  return [
8980
- // ["closedFormTwoTrace"],
8981
8974
  ["multiHeadPolyLine"],
8982
8975
  ["majorCombinations", "orderings6", "cellSizeFactor"],
8983
8976
  ["noVias"],
8984
8977
  ["orderings50"],
8985
- ["flipTraceAlignmentDirection", "orderings6"]
8978
+ ["flipTraceAlignmentDirection", "orderings6"],
8979
+ ["closedFormTwoTrace"]
8986
8980
  ];
8987
8981
  }
8988
8982
  getHyperParameterDefs() {