TL;DR
Constraint Acquisition (CA)—the process of automatically extracting constraints from domain knowledge to build Mathematical Programming models—suffers from inadequate benchmarks that were designed for solver evaluation rather than algorithm assessment. Researchers identified that existing benchmarks lack consistent organization, treat problems inconsistently, and omit critical domain knowledge artifacts.
✦ Why It Matters
Engineers can prioritize building standardized CA benchmarks to accelerate reproducible research and reliable algorithm comparison.
Key Takeaways
How It Works
MPMine organizes benchmarks around a uniform structure, providing multiple models and instances for each problem. It uses open formats like MiniZinc and JSON to facilitate accessibility and integration with existing tools.
This structure allows researchers to systematically assess CA algorithms against a comprehensive set of problems and solutions.
Related