@tscircuit/capacity-autorouter 0.0.686 → 0.0.688
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 +3 -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
|
@@ -6220,6 +6220,7 @@ declare class SingleRouteUselessViaRemovalSolver extends BaseSolver {
|
|
|
6220
6220
|
GEOMETRY_SHORTCUT_OBSTACLE_MARGIN: number;
|
|
6221
6221
|
ENABLE_GEOMETRY_SHORTCUTS: boolean;
|
|
6222
6222
|
geometryShortcutsApplied: number;
|
|
6223
|
+
multilayerSectionsCollapsed: number;
|
|
6223
6224
|
constructor(params: {
|
|
6224
6225
|
obstacleSHI: ObstacleSpatialHashIndex;
|
|
6225
6226
|
hdRouteSHI: HighDensityRouteSpatialIndex;
|
|
@@ -6238,6 +6239,8 @@ declare class SingleRouteUselessViaRemovalSolver extends BaseSolver {
|
|
|
6238
6239
|
private shortcutCrossesOutline;
|
|
6239
6240
|
private findGeometryShortcut;
|
|
6240
6241
|
private applyGeometryShortcut;
|
|
6242
|
+
private findMultilayerSectionCollapse;
|
|
6243
|
+
private applyMultilayerSectionCollapse;
|
|
6241
6244
|
_step(): void;
|
|
6242
6245
|
getConstructorParams(): {
|
|
6243
6246
|
obstacleSHI: ObstacleSpatialHashIndex;
|