From 68b4e9fd0ecaad70feda1eb6c1a425b69be21006 Mon Sep 17 00:00:00 2001 From: phucpt Date: Mon, 25 May 2026 22:18:56 +0700 Subject: [PATCH] feat: specialized linear layout and voltage alignment for decoupling capacitors --- index.html | 2 + .../SingleInnerPartitionPackingSolver.ts | 135 +++++++++++++++- package.json | 2 +- .../IdentifyDecouplingCapsSolver06.test.ts | 16 +- .../DecouplingCapsLayout.test.ts | 146 ++++++++++++++++++ tsconfig.json | 1 + 6 files changed, 293 insertions(+), 9 deletions(-) create mode 100644 tests/PackInnerPartitionsSolver/DecouplingCapsLayout.test.ts diff --git a/index.html b/index.html index a189b8c..0337c4e 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,8 @@ MatchPack Schematic Layout + +