@tscircuit/capacity-autorouter 0.0.646 → 0.0.648
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 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2422,7 +2422,7 @@ declare class TraceSimplificationSolver extends BaseSolver {
|
|
|
2422
2422
|
private isSameNetObstacle;
|
|
2423
2423
|
private getSameNetObstacleForSegment;
|
|
2424
2424
|
private isViaInsideSameNetObstacle;
|
|
2425
|
-
|
|
2425
|
+
markThroughObstacleSegments(routes: ReadonlyArray<HighDensityRoute$1>): HighDensityRoute$1[];
|
|
2426
2426
|
_step(): void;
|
|
2427
2427
|
visualize(): GraphicsObject;
|
|
2428
2428
|
}
|