paper-with-me

Papers

MILP for the Multi-objective VM Reassignment Problem

2021-03-18 · Takfarinas Saber, Anthony Ventresque, Joao Marques-Silva, James Thorburn, Liam Murphy

Machine Reassignment is a challenging problem for constraint programming (CP) and mixed-integer linear programming (MILP) approaches, especially given the size of data centres. The multi-objective version of the Machine Reassignment Problem is even more challenging and it seems unlikely for CP or MILP to obtain good results in this context. As a result, the first approaches to address this problem have been based on other optimisation methods, including metaheuristics. In this paper we study under which conditions a mixed-integer optimisation solver, such as IBM ILOG CPLEX, can be used for the Multi-objective Machine Reassignment Problem. We show that it is useful only for small or medium-scale data centres and with some relaxations, such as an optimality tolerance gap and a limited number of directions explored in the search space. Building on this study, we also investigate a hybrid approach, feeding a metaheuristic with the results of CPLEX, and we show that the gains are important in terms of quality of the set of Pareto solutions (+126.9% against the metaheuristic alone and +17.8% against CPLEX alone) and number of solutions (8.9 times more than CPLEX), while the processing time increases only by 6% in comparison to CPLEX for execution times larger than 100 seconds.

📄 PDF Abstract BibTeX arXiv:2103.10410

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Recovering Sign Bits of DCT Coefficients in Digital Images as an Optimization Problem

2022-11-02 · Ruiyuan Lin, Sheng Liu, Jun Jiang, Shujun Li 외

Recovering unknown, missing, damaged, distorted, or lost information in DCT coefficients is a common task in multiple applications of digital image processing, including image compression, selective image encryption, and…

Image CompressionSSIM

CoCo-MILP: Inter-Variable Contrastive and Intra-Constraint Competitive MILP Solution Prediction

2025-11-12 · Tianle Pu, Jianing Li, Yingying Gao, Shixuan Liu 외 arxiv

Mixed-Integer Linear Programming (MILP) is a cornerstone of combinatorial optimization, yet solving large-scale instances remains a significant computational challenge. Recently, Graph Neural Networks (GNNs) have shown p…

Discounted Pseudocosts in MILP

2024-07-07 · Krunal Kishor Patel

In this article, we introduce the concept of discounted pseudocosts, inspired by discounted total reward in reinforcement learning, and explore their application in mixed-integer linear programming (MILP). Traditional ps…

reinforcement-learningReinforcement Learning

On Representing Mixed-Integer Linear Programs by Graph Neural Networks

2022-10-19 · Ziang Chen, Jialin Liu, Xinshang Wang, Jianfeng Lu 외

While Mixed-integer linear programming (MILP) is NP-hard in general, practical MILP has received roughly 100--fold speedup in the past twenty years. Still, many classes of MILPs quickly become unsolvable as their sizes i…

EVA-MILP: Towards Standardized Evaluation of MILP Instance Generation

2025-05-30 · Yidong Luo, Chenguang Wang, Jiahao Yang, Fanzeng Xia 외

Mixed-Integer Linear Programming (MILP) is fundamental to solving complex decision-making problems. The proliferation of MILP instance generation methods, driven by machine learning's demand for diverse optimization data…