ChaitanyaDeshmukh99/mai_project1_optimization — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small Python optimization project from this repo. There isn’t a README, so please inspect the existing modules, notebook, and requirements, then turn it into something clean that a student could run and understand.

I want it to let me define an optimization problem, run a solver or simple optimization method, and see the final answer clearly. Make the notebook useful as a demo, with readable steps, results, and a couple of simple plots if they make sense. Keep the code organized in the modules folder instead of putting everything in the notebook.

Please add basic instructions so someone can install the requirements and run the project without guessing. If anything is missing, choose sensible defaults and keep the scope simple. Look up current docs online if you need to, but don’t overcomplicate it.

Want more depth? Deep Reverse