topola/src
Mikolaj Wielgus 087d1deea0 router: Don't try to route around target dot
This was causing a panic, as it's not possible to route from *around* a
dot *into* the same dot.
2023-10-17 03:55:21 +00:00
..
astar.rs astar: Probe neighbors before adding tem to queue 2023-10-12 00:19:38 +00:00
band.rs debug: Create and use `before_probe` observer for search visualization 2023-10-13 04:00:01 +00:00
bow.rs debug: Create and use `before_probe` observer for search visualization 2023-10-13 04:00:01 +00:00
draw.rs tracer: Add some initial code for squeezing/tucking 2023-10-17 03:16:02 +00:00
graph.rs Split `Walk` trait into `Interior` and `Ends` traits 2023-08-28 22:54:03 +02:00
guide.rs tracer: Add some initial code for squeezing/tucking 2023-10-17 03:16:02 +00:00
layout.rs layout: Move R-tree remove out of `debug_assert` 2023-10-14 04:47:30 +00:00
main.rs tracer: Add some initial code for squeezing/tucking 2023-10-17 03:16:02 +00:00
math.rs tracer: Add some initial code for squeezing/tucking 2023-10-17 03:16:02 +00:00
mesh.rs debug: Visualize A* running during interactive routing 2023-10-10 21:09:21 +00:00
primitive.rs tracer: Add some initial code for squeezing/tucking 2023-10-17 03:16:02 +00:00
router.rs router: Don't try to route around target dot 2023-10-17 03:55:21 +00:00
rules.rs Create new `Band` struct to pass around whole bands 2023-10-05 19:52:59 +00:00
segbend.rs debug: Create and use `before_probe` observer for search visualization 2023-10-13 04:00:01 +00:00
shape.rs tracer: Add some initial code for squeezing/tucking 2023-10-17 03:16:02 +00:00
tracer.rs tracer: Add some initial code for squeezing/tucking 2023-10-17 03:16:02 +00:00