mobook / MO-book

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

[Not urgent] Fixing the canonical LP model form #57

Closed krzysztofpostek closed 11 months ago

krzysztofpostek commented 1 year ago

We might re-think once again later what is our canonical LP form (max c^Tx , Ax <= b, or min c^T x, Ax >= b) in

https://github.com/mobook/MO-book/tree/main/notebooks/02/bim.ipynb

just to keep the possibility of "economical interpretation" easy.