MILP-StuDio: MILP Instance Generation via Block Structure Decomposition
About
Mixed-integer linear programming (MILP) is one of the most popular mathematical formulations with numerous applications. In practice, improving the performance of MILP solvers often requires a large amount of high-quality data, which can be challenging to collect. Researchers thus turn to generation techniques to generate additional MILP instances. However, existing approaches do not take into account specific block structures -- which are closely related to the problem formulations -- in the constraint coefficient matrices (CCMs) of MILPs. Consequently, they are prone to generate computationally trivial or infeasible instances due to the disruptions of block structures and thus problem formulations. To address this challenge, we propose a novel MILP generation framework, called Block Structure Decomposition (MILP-StuDio), to generate high-quality instances by preserving the block structures. Specifically, MILP-StuDio begins by identifying the blocks in CCMs and decomposing the instances into block units, which serve as the building blocks of MILP instances. We then design three operators to construct new instances by removing, substituting, and appending block units in the original instances, enabling us to generate instances with flexible sizes. An appealing feature of MILP-StuDio is its strong ability to preserve the feasibility and computational hardness of the generated instances. Experiments on the commonly-used benchmarks demonstrate that using instances generated by MILP-StuDio is able to significantly reduce over 10% of the solving time for learning-based solvers.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Learning-to-branch | IP (test) | Objective Score20.03 | 10 | |
| Branching Accuracy | IP (test) | Branching Accuracy80 | 9 | |
| Learning-to-branch | FA (test) | Objective Value1.79e+4 | 9 | |
| Branching Accuracy | FA (test) | Accuracy60.5 | 8 | |
| Solving MILP instances | CA (test) | Avg Time (s)0.4 | 8 | |
| Solving MILP instances | IP (test) | Avg Solving Time (s)550.3 | 8 | |
| Solving MILP instances | FA (test) | Average Solving Time (s)4.64 | 8 | |
| Structural Distributional Similarity | FA | Structural Distributional Similarity Score0.663 | 7 | |
| Structural Distributional Similarity | CA | SDS Score99.7 | 7 | |
| Structural Distributional Similarity | IP | Structural Distributional Similarity Score66.1 | 7 |