Constructing Industrial-Scale Optimization Modeling Benchmark
Abstract
Lay Summary
Many important decisions, such as how to route shipments, schedule factory work, or allocate limited resources, are made by turning real-world requirements into precise planning problems. To use optimization software, experts usually need to write both a mathematical model and computer code that a solver can run to find the best decision. Current AI systems are often tested only on small, simplified examples, so it is hard to know whether they can help with the larger and messier planning problems that organizations actually face. We introduce MIPLIB-NL, a new test set built from real industrial planning problems that have long been used to evaluate optimization software. For each problem, we create a natural-language description, the corresponding mathematical model, and runnable solver code. We also carefully check that these pieces describe the same problem and lead to the same solver behavior. Our experiments show that AI systems that look strong on existing simple tests perform much worse on MIPLIB-NL. This suggests that today’s systems still struggle with realistic scale, complex structure, careful use of data, and writing reliable solver code. MIPLIB-NL can help researchers build and evaluate more reliable AI tools for real-world decision-making.