We've collated many interesting optimization models in our GitHub repository. The focus is on Excel and Python models.
We replicate a wood cutting pattern model from a published academic paper. Surprisingly, we find a better optimal solution.
Allocating people to teams is a task common in both sport and business. We allocate 32 people to 4 teams that are as balanced as possible.
Formulating logic conditions in linear programs can be difficult. This two-part article series explains how, using easy to follow steps.
Designing an optimization model is difficult. This article explains common mathematical notation used to define optimization model formulations.
We explore two aspects of refactoring an existing optimization model: Modularization and adding model variations.