issues
search
tscircuit
/
autorouting
Algorithms and dataset of autorouting problems for developing and benchmarking autorouters
https://dataset.autorouting.com/
1
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Approximate Obstacle Ridge Method for Smooth, Fast Routing
#94
seveibar
opened
3 days ago
0
Improve Astar Documentation, wip work on FixedMemoryGeneralizedAstar
#93
seveibar
opened
3 days ago
1
Multilayer Ijump: Remove wild trace jumps
#92
seveibar
opened
2 weeks ago
3
Fixed Memory Javascript Multilayer Ijump Implementation, Other Optimizations
#91
seveibar
opened
3 weeks ago
0
`/solve` not working on production (dataset.autorouting.com)
#90
seveibar
opened
3 weeks ago
0
Initial Autorouting API Definition
#89
seveibar
closed
3 weeks ago
1
remove path loop fix to simplify output routes
#88
seveibar
closed
1 month ago
1
Remove loop postprocessing step
#87
seveibar
closed
3 weeks ago
1
If someone selects an algorithm on the main page, automatically open a sample (e.g. keyboards 1)
#86
seveibar
opened
1 month ago
0
Switch to NextJS for deployed application
#85
seveibar
closed
1 month ago
1
Allow pasting SimpleRouteJson on homepage
#84
seveibar
closed
1 month ago
1
Create a page where you can paste simple route json and run the autorouter
#83
seveibar
closed
1 month ago
0
refactor: remove builder
#82
imrishabh18
closed
1 month ago
2
update deps types
#81
seveibar
closed
1 month ago
1
updated to circuit-json
#80
ShiboSoftwareDev
closed
1 month ago
2
support pcb_hole with hole_shape "circle" when deriving obstacles
#79
seveibar
closed
2 months ago
1
Move minTraceWidth to SimpleRouteJson
#78
seveibar
closed
2 months ago
1
add minTraceWidth
#77
seveibar
closed
2 months ago
1
Support `minTraceWidth` in `SimpleRouteJson` input for `MultilayerIjump`
#76
seveibar
opened
2 months ago
4
Figure out why `isRemovePathLoopsEnabled` causes benchmark scores to be lower
#75
seveibar
closed
3 weeks ago
3
Fix Dependency breaking algo build
#74
seveibar
closed
2 months ago
1
Introduce Github Action Benchmarks
#73
seveibar
closed
2 months ago
1
finish goal box implementation (net shortcuts)
#72
seveibar
closed
2 months ago
1
Alternative Goal Boxes Part 2/3 (math utilities, calculation of goal boxes, snapshot "worst case" example to fix)
#71
seveibar
closed
2 months ago
1
Four layer routing
#70
seveibar
opened
2 months ago
1
introduce alternative goal box functions
#69
seveibar
closed
2 months ago
1
Orchestrators for nearest alternative goals
#68
seveibar
opened
2 months ago
3
Snapshot for Keyboard Sample 7 against multilayer autorouter (preparation for Route to Neighbor Strategy)
#67
seveibar
closed
2 months ago
1
add vias for pcb trace routes
#66
seveibar
closed
2 months ago
1
Goal Boxes
#65
seveibar
opened
2 months ago
8
Keyboard dataset, GOAL_RUSH_FACTOR enhancement for multilayer ijump
#64
seveibar
closed
2 months ago
1
fix layerCount parameter being supplied in two places, fix layer reference error when computing obstacles
#63
seveibar
closed
2 months ago
1
better via obstacles, add vias when layer changes
#62
seveibar
closed
2 months ago
1
multilayer ijump astar optimization: if start and goal are on different layers, the first via should be 0 cost
#61
seveibar
opened
2 months ago
1
Multi-layer ijump autorouter
#60
seveibar
closed
2 months ago
1
Post-processing loop removal
#59
seveibar
closed
2 months ago
1
major fix for multi-margin autorouter, preventing accidental routing through pads
#58
seveibar
closed
2 months ago
1
ijump multi-margin implementation
#57
seveibar
closed
2 months ago
1
Intersection with Margin Reproduction & Fix
#56
seveibar
closed
2 months ago
2
Add Debug SVGs for snapshot algorithm development, fix duplicated routes returned from autorouter
#55
seveibar
closed
2 months ago
1
ijump-astar enhancements
#54
seveibar
opened
2 months ago
3
ijump astar can touch obstacles because the intersection calculation doesn't add margin to the obstacles
#53
seveibar
closed
2 months ago
2
ijump-astar, allow continuing in same direction when passing goal (currently forces direction change)
#52
seveibar
opened
2 months ago
1
add some default connectedTo ids for obstacles
#51
seveibar
closed
2 months ago
1
Multi-margin obstacle scoring for ijump astar
#50
seveibar
closed
2 months ago
2
Postprocess for ijump astar: de-loop
#49
seveibar
opened
2 months ago
3
Support for line obstacles
#48
seveibar
opened
2 months ago
1
add support for pcb_via becoming obstacle, better error and float number fix for diagonal traces
#47
seveibar
closed
2 months ago
1
ijump astar: early win when you cross a "same-net trace" with an acceptable trace width
#46
seveibar
opened
2 months ago
3
`pcb_via` needs to become obstacles in `getObstaclesFromCircuitJson`
#45
seveibar
closed
2 months ago
1
Next