@tscircuit/capacity-autorouter 0.0.327 → 0.0.329

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
@@ -4,11 +4,11 @@ import * as graphics_debug from 'graphics-debug';
4
4
  import { GraphicsObject, Rect, Circle, Line, Point as Point$5 } from 'graphics-debug';
5
5
  import { BaseSolver as BaseSolver$1 } from '@tscircuit/solver-utils';
6
6
  import Flatbush from 'flatbush';
7
+ import { HighDensitySolverA02, NodeWithPortPoints as NodeWithPortPoints$1 } from '@tscircuit/high-density-a01';
7
8
  import { ViaTile, ViaGraphSolver, ViaByNet, JumperGraphSolver, JRegion, JPort, Region, RegionPortAssignment, RegionPort, Connection, SolvedRoute, Candidate as Candidate$3, HyperGraph, HyperGraphSolver } from '@tscircuit/hypergraph';
8
9
  import { Point3, Polygon } from '@tscircuit/math-utils';
9
10
  import { CurvyTraceSolver } from '@tscircuit/curvy-trace-solver';
10
11
  import { ConnectivityMap as ConnectivityMap$1 } from 'connectivity-map';
11
- import { NodeWithPortPoints as NodeWithPortPoints$1 } from '@tscircuit/high-density-a01';
12
12
 
13
13
  interface CacheProvider {
14
14
  isSyncCache: boolean;
@@ -1529,7 +1529,7 @@ declare class FixedTopologyHighDensityIntraNodeSolver extends BaseSolver {
1529
1529
  visualize(): graphics_debug.GraphicsObject;
1530
1530
  }
1531
1531
 
1532
- declare class HyperSingleIntraNodeSolver extends HyperParameterSupervisorSolver<IntraNodeRouteSolver | TwoCrossingRoutesHighDensitySolver | SingleTransitionCrossingRouteSolver | SingleTransitionIntraNodeSolver | FixedTopologyHighDensityIntraNodeSolver> {
1532
+ declare class HyperSingleIntraNodeSolver extends HyperParameterSupervisorSolver<IntraNodeRouteSolver | TwoCrossingRoutesHighDensitySolver | SingleTransitionCrossingRouteSolver | SingleTransitionIntraNodeSolver | FixedTopologyHighDensityIntraNodeSolver | HighDensitySolverA02> {
1533
1533
  getSolverName(): string;
1534
1534
  constructorParams: ConstructorParameters<typeof CachedIntraNodeRouteSolver>[0];
1535
1535
  solvedRoutes: HighDensityIntraNodeRoute$1[];
@@ -1606,6 +1606,11 @@ declare class HyperSingleIntraNodeSolver extends HyperParameterSupervisorSolver<
1606
1606
  possibleValues: {
1607
1607
  FIXED_TOPOLOGY_HIGH_DENSITY_INTRA_NODE_SOLVER: boolean;
1608
1608
  }[];
1609
+ } | {
1610
+ name: string;
1611
+ possibleValues: {
1612
+ HIGH_DENSITY_A02: boolean;
1613
+ }[];
1609
1614
  })[];
1610
1615
  computeG(solver: IntraNodeRouteSolver): number;
1611
1616
  computeH(solver: IntraNodeRouteSolver): number;