@tscircuit/capacity-autorouter 0.0.245 → 0.0.246
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
|
@@ -3039,7 +3039,7 @@ declare class SimpleHighDensitySolver extends BaseSolver {
|
|
|
3039
3039
|
visualize(): GraphicsObject;
|
|
3040
3040
|
}
|
|
3041
3041
|
|
|
3042
|
-
type HyperGraphPatternType = "single_1206x4" | "1x2_1206x4" | "2x2_1206x4" | "3x1_1206x4" | "3x2_1206x4" | "3x3_1206x4" | "4x4_1206x4" | "6x4_1206x4";
|
|
3042
|
+
type HyperGraphPatternType = "single_1206x4" | "1x2_1206x4" | "2x2_1206x4" | "3x1_1206x4" | "3x2_1206x4" | "3x3_1206x4" | "4x4_1206x4" | "6x4_1206x4" | "8x4_1206x4";
|
|
3043
3043
|
interface JumperPrepatternSolver2HyperParameters {
|
|
3044
3044
|
/** Pattern type for jumper placement - "single_1206x4" (~8x8mm) or "2x2_1206x4" (~14x14mm) */
|
|
3045
3045
|
PATTERN_TYPE?: HyperGraphPatternType;
|