Hacker News new | ask | show | jobs
by LunaSea 898 days ago
Are there good reference books on solver implementations?

I tried diving into the subject using online references but found them lacking in context and explanations sometimes.

1 comments

For mixed integer programming solvers, this thesis is a good reference:

https://opus4.kobv.de/opus4-zib/frontdoor/deliver/index/docI...

Great, thanks!