mobook / MO-book

Hands-On Optimization with Python
MIT License
153 stars 40 forks source link

Simplify Alice's rose example #50

Closed leonlan closed 1 year ago

leonlan commented 1 year ago

https://github.com/mobook/MO-book/blob/main/notebooks/01/alice-rose.ipynb

Alice's rose example is overly complicated, involving symbolic math, $\pi$ stuff, Fermat's stuff...

I think it could all be reduced just to the mathematical optimization problem (starting from the pyomo model)

alessandrozocca commented 1 year ago

Notebook is now included again but in a much more simplified and streamlined version.