We introduce OPT-Engine, an extensible benchmark framework featuring quantifiable and controllable complexity. OPT-Engine spans ten canonical operations research problems, systematically progressing from Linear Programming to Mixed-Integer Programming. This structured hierarchy provides a principled environment for evaluating automated problem formulation and solving techniques.
The framework currently includes two core problem families:
- Linear Programming (LP) – Inventory Problem ; Portfolio Allocation Problem; Production Problem; Transportation Problem; Pollution Control Problem;
- Mixed-Integer Programming (MIP) – : Traveling Salesman Problem (TSP); Knapsack Problem; Bin Packing Problem; Job-Shop Scheduling Problem; Minimum-Cost Network Flow Problem
By offering scalable instances across these fundamental problem types, OPT-Engine enables systematic assessment of solver performance and formulation robustness across varying levels of computational complexity.
- 2026.01.29 - OPT-Engine paper published on arXiv: OPT-Engine: Benchmarking the Limits of LLMs in Optimization Modeling via Complexity Scaling.