Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
seveibar opened this issue Sep 13, 2024 · 1 comment

Comments

@seveibar
Copy link
Contributor

seveibar commented Sep 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant