Mikolaj Wielgus
|
9a5b2095d5
|
feat(autorouter/autorouter): Implement germ of multilayer autorouting
|
2025-09-27 15:45:10 +02:00 |
Mikolaj Wielgus
|
c120a43d04
|
refactor(autorouter/presorter): Move some SCC code to new file
|
2025-09-25 16:42:00 +02:00 |
Mikolaj Wielgus
|
7c4bc87301
|
refactor(drawing/primitive): Rename Primitive<...> to PrimitiveRef<...> with its variants
|
2025-09-15 22:42:45 +02:00 |
Mikolaj Wielgus
|
1b485e81a6
|
feat(autorouter/permuter): Implement permutation by ratline cut
Not yet used, and can get stuck in an infinite loop, but the cut seems
to work.
|
2025-09-09 16:24:15 +02:00 |
Mikolaj Wielgus
|
fe7c258851
|
refactor(autorouter/permutator): Move presorting to new file, `presorter.rs`
|
2025-09-07 16:40:29 +02:00 |
Mikolaj Wielgus
|
12ee2f3984
|
refactor(autorouter/permutator): Move permuter code to new `permuter.rs` file
|
2025-09-06 23:59:45 +02:00 |