topola/crates
Mikolaj Wielgus 88f8b3610d refactor(autorouter/planar_reconfigurer): Use generic A* to find planar configurations
This makes the 4x4_1206_led_matrix_breakout test fail.

However, commenting out

```
if curr_g_score + *edge_g_cost >= entry_score {
    continue;
}
```

makes the test successful again. I will investigate this soon.
2025-11-18 18:42:34 +01:00
..
planar-incr-embed feat(autorouter/permuter): Implement permutation by ratline cut 2025-09-09 16:24:15 +02:00
specctra-core feat(autorouter/autorouter): Impl. rudimentary multilayer reconfigurator (not yet functional) 2025-10-21 18:00:55 +02:00
specctra_derive feat(specctra_derive): implement for enums containing unnamed fields 2025-03-10 04:10:45 +00:00
topola-cli fix(topola-cli): Fix CLI build broken since 8216d3a907 2025-11-05 01:28:49 +01:00
topola-egui refactor(autorouter/planar_reconfigurer): Use generic A* to find planar configurations 2025-11-18 18:42:34 +01:00