sandsq / alc-rs

MIT License
0 stars 0 forks source link

Fix how optimizer data is held #5

Closed sandsq closed 3 months ago

sandsq commented 3 months ago

The optimizer struct holds the base layout, but generates a population of layouts. Should operations on individual layouts then still be methods of the optimizer struct?

sandsq commented 3 months ago

https://github.com/sandsq/alc-rs/issues/14