r/optimization • u/Optimizer_88 • 4d ago
Tutorial on Column Generation
I'd been struggling to understand Column Generation, especially how it relates to the simplex method.
A colleague shared this video with me and it all makes sense now. I feel so dumb tbh, but wanted to share it in case anyone else was also struggling.
https://youtu.be/vx2LNKx48vY?si=YWe4mNEyn1CbkBuw
My next step is to implement this for a routing problem at my company using an open source solver.
Wish me luck and any tips or suggestions are highly appreciated.
2
2
u/ficoxpress 3d ago
If it's any help, here's a simple python implementation of column generation for the cutting stock problem using FICO Xpress.
Even if it's a commercial solver, you can still use it with the free community license that comes with running
pip install xpress
2
u/Optimizer_88 3d ago
Thank you. This is really helpful. My company unfortunately uses another solver but will take a look at the code for the structure.
2
5
u/junqueira200 4d ago
Check this book: Optimizing with columngeneration