@tscircuit/capacity-autorouter 0.0.394 → 0.0.395
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 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5196,6 +5196,7 @@ declare class SingleRouteUselessViaRemovalSolver extends BaseSolver {
|
|
|
5196
5196
|
currentSectionIndex: number;
|
|
5197
5197
|
TRACE_THICKNESS: number;
|
|
5198
5198
|
OBSTACLE_MARGIN: number;
|
|
5199
|
+
ENDPOINT_LAYER_EPSILON: number;
|
|
5199
5200
|
constructor(params: {
|
|
5200
5201
|
obstacleSHI: ObstacleSpatialHashIndex;
|
|
5201
5202
|
hdRouteSHI: HighDensityRouteSpatialIndex;
|