gdsfactory / kfactory

gdsfactory with a klayout backend
https://gdsfactory.github.io/kfactory/
MIT License
34 stars 13 forks source link

Add a DOE packing function #429

Closed akshat-ja closed 4 months ago

akshat-ja commented 4 months ago

Add an integrated DOE packing function based on the 2D knapsack problem, also known as the bin packing problem -https://github.com/secnot/rectpack

A similar implementation exsits in gdsfactory - https://github.com/akshat-ja/gdsfactory/blob/main/gdsfactory/pack.py