tscircuit / autorouting-dataset

A dataset of autorouting problems for developing and benchmarking autorouters
https://dataset.autorouting.com/
1 stars 1 forks source link

multilayer ijump astar optimization: if start and goal are on different layers, the first via should be 0 cost #61

Open seveibar opened 4 days ago

seveibar commented 4 days ago

Currently, when a via is placed astar chooses to go back and look for ways to do the route without a via, wasting iterations. This is obvious if you lower the via cost.

There's no reason to go back if at least one via is required on the path

For plated holes or multi-layer goals, this isn't relevant

homie-gg[bot] commented 4 days ago

Here are some pull requests that might be helpful reference for this task: