add various direction examples

This commit is contained in:
Jan Petykiewicz 2026-03-08 22:57:42 -07:00
commit 4cbd15bc0d
4 changed files with 63 additions and 1 deletions

View file

@ -62,6 +62,8 @@ Check the `examples/` directory for ready-to-run scripts demonstrating core feat
* **`examples/01_simple_route.py`**: Basic single-net routing with visualization.
* **`examples/02_congestion_resolution.py`**: Multi-net routing resolving bottlenecks using Negotiated Congestion.
* **`examples/03_locked_paths.py`**: Incremental workflow using `lock_net()` to route around previously fixed paths.
* **`examples/04_sbends_and_radii.py`**: Complex paths using parametric S-bends and multiple bend radii.
* **`examples/05_orientation_stress.py`**: Stress test for various port orientation combinations (U-turns, opposite directions).
Run an example:
```bash