fslaborg / flips

Fsharp LInear Programming System
https://flipslibrary.com/#/
MIT License
251 stars 32 forks source link

Would you be interesting in some background / related links ? #165

Closed davidglassborow closed 3 years ago

davidglassborow commented 3 years ago

I was wondering if you would be interested in a PR for some background information on discrete optimisation (of which LP and MIP are branches), I've done a couple of excellent Coursera courses on the subject, as well as related software (using local search) that introduces common optimisation problems like knapsack, graph colouring, tsp, etc.

matthewcrews commented 3 years ago

Absolutely! Let me know how I can help!

davidglassborow commented 3 years ago

Ok I've raised a PR with hopefully some useful background information and learning resources, let me know what you think.