@tscircuit/capacity-autorouter 0.0.381 → 0.0.383
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 +1 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { GraphicsObject, Rect, Circle, Line, Point as Point$5 } from 'graphics-d
|
|
|
5
5
|
import { BaseSolver as BaseSolver$1 } from '@tscircuit/solver-utils';
|
|
6
6
|
import Flatbush from 'flatbush';
|
|
7
7
|
import { HighDensitySolverA03, NodeWithPortPoints as NodeWithPortPoints$1 } from '@tscircuit/high-density-a01';
|
|
8
|
-
import { FixedViaHypergraphSolver
|
|
8
|
+
import { FixedViaHypergraphSolver } from '@tscircuit/fixed-via-hypergraph-solver/lib/index';
|
|
9
9
|
import { Point3, Polygon } from '@tscircuit/math-utils';
|
|
10
10
|
import { CurvyTraceSolver } from '@tscircuit/curvy-trace-solver';
|
|
11
11
|
import { JumperGraphSolver, JRegion, JPort, HyperGraph, RegionPort, Region, RegionPortAssignment, Connection, SolvedRoute, Candidate as Candidate$3, HyperGraphSolver, HyperGraphSectionOptimizer } from '@tscircuit/hypergraph';
|
|
@@ -1510,7 +1510,6 @@ declare class FixedTopologyHighDensityIntraNodeSolver extends BaseSolver {
|
|
|
1510
1510
|
lastActiveSubSolver: FixedViaHypergraphSolver | null;
|
|
1511
1511
|
solvedRoutes: HighDensityIntraNodeRouteWithVias[];
|
|
1512
1512
|
vias: ViaRegion[];
|
|
1513
|
-
tiledViasByNet: ViaByNet;
|
|
1514
1513
|
constructor(params: FixedTopologyHighDensityIntraNodeSolverParams);
|
|
1515
1514
|
getConstructorParams(): FixedTopologyHighDensityIntraNodeSolverParams;
|
|
1516
1515
|
private _getViaTileDiameter;
|