topola/crates/topola-egui
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
..
src refactor(autorouter/planar_reconfigurer): Use generic A* to find planar configurations 2025-11-18 18:42:34 +01:00
Cargo.toml chore: bump dependencies 2025-05-12 19:30:27 +02:00