Investigate stricter greedy routing and bidirectional search - #185
Draft
AnasSarkiz wants to merge 2 commits into
Draft
Investigate stricter greedy routing and bidirectional search#185AnasSarkiz wants to merge 2 commits into
AnasSarkiz wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Benchmark This PRRun benchmarks by commenting on this PR: Everything after Examples:
Any PR whose title contains |
AnasSarkiz
marked this pull request as draft
September 11, 2026 23:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Draft: these search changes are no longer a dependency of the pedometer fix in tscircuit/tscircuit-autorouter#2548. With the narrowed rectdiff fix, the original tiny-hypergraph pin c1043b3 completes all 1,106 pedometer high-density regions.
This branch changes hard-crossing acceptance, whole-route search direction, reripping, duplicated-port placement, and shared capacity. The combined autorouter revision using it regressed dataset 18 completion and runtime; these broader changes need independent validation before further review.
The branch is retained for investigation and is based on fix/preload-preservation-on-current-pin. Its earlier unit-test results do not establish downstream routing quality or performance.