中文
相关论文

相关论文: The Bin Packing Problem with Setups: Formulation, …

200 篇论文

We study stochastic combinatorial optimization problems where the objective is to minimize the expected maximum load (a.k.a.\ the makespan). In this framework, we have a set of $n$ tasks and $m$ resources, where each task $j$ uses some…

数据结构与算法 · 计算机科学 2021-06-25 Anupam Gupta , Amit Kumar , Viswanath Nagarajan , Xiangkun Shen

We use the reconfiguration framework to analyze problems that involve the rearrangement of items among groups. In various applications, a group of items could correspond to the files or jobs assigned to a particular machine, and the goal of…

数据结构与算法 · 计算机科学 2024-10-29 Jeffrey Kam , Shahin Kamali , Avery Miller , Naomi Nishimura

Bin packing problem examines the minimum number of identical bins needed to pack a set of items of various weights. This problem arises in various areas of the artificial intelligence demanding derivation of the exact solutions in the…

最优化与控制 · 数学 2019-09-04 Masoud Ataei , Shengyuan Chen

The Colored Bin Packing Problem (CBPP) is a generalization of the Bin Packing Problem (BPP). The CBPP consists of packing a set of items, each with a weight and a color, in bins of limited capacity, minimizing the number of used bins and…

人工智能 · 计算机科学 2024-07-09 Renan F. F. da Silva , Yulle G. F. Borges , Rafael C. S. Schouery

Efficient packing of items into bins is a common daily task. Known as Bin Packing Problem, it has been intensively studied in the field of artificial intelligence, thanks to the wide interest from industry and logistics. Since decades, many…

新兴技术 · 计算机科学 2023-08-04 Sebastián V. Romero , Eneko Osaba , Esther Villar-Rodriguez , Izaskun Oregi , Yue Ban

We study the classic Bin Packing problem in a fully-dynamic setting, where new items can arrive and old items may depart. We want algorithms with low asymptotic competitive ratio \emph{while repacking items sparingly} between updates.…

数据结构与算法 · 计算机科学 2018-05-18 Anupam Gupta , Guru Guruganesh , Amit Kumar , David Wajc

Floor planning is an important and difficult task in architecture. When planning office buildings, rooms that belong to the same organisational unit should be placed close to each other. This leads to the following NP-hard mathematical…

计算几何 · 计算机科学 2021-07-13 Jonathan Klawitter , Felix Klesen , Alexander Wolff

We propose a new exact approach for solving integer linear programming (ILP) problems which we will call projective splitting algorithms (PSAs). Unlike classical methods for solving ILP problems, PSAs conduct the search for the optimal…

最优化与控制 · 数学 2014-04-16 Federico Rodes , Isabel Mendez-Diaz , Paula Zabala

Unconstrained binary integer programming (UBIP) poses significant computational challenges due to its discrete nature. We introduce a novel reformulation approach using a piecewise cubic function that transforms binary constraints into…

最优化与控制 · 数学 2025-10-28 Shuai Li , Shenglong Zhou

In this paper we present the first algorithm with optimal average-case and close-to-best known worst-case performance for the classic on-line problem of bin packing. It has long been observed that known bin packing algorithms with optimal…

数据结构与算法 · 计算机科学 2014-04-18 Shahin Kamali , Alejandro López-Ortiz

We propose a stronger formulation of the precedence constraints and the station limits for the simple assembly line balancing problem. The linear relaxation of the improved integer program theoretically dominates all previous formulations…

离散数学 · 计算机科学 2015-08-11 Marcus Ritt , Alysson M. Costa

The Set-Union Knapsack Problem (SUKP) and Budgeted Maximum Coverage Problem (BMCP) are two closely related variant problems of the popular knapsack problem. Given a set of weighted elements and a set of items with nonnegative values, where…

数据结构与算法 · 计算机科学 2022-07-05 Wenli Zhu , Liangqing Luo

We consider the multi-item inventory lot-sizing problem with supplier selection. The problem consists of determining an optimal purchasing plan in order to satisfy dynamic deterministic demands for multiple items over a finite planning…

最优化与控制 · 数学 2021-02-22 Leopoldo E. Cárdenas-Barrón , Rafael A. Melo , Marcio C. Santos

The Two-dimensional Bin Packing Problem calls for packing a set of rectangular items into a minimal set of larger rectangular bins. Items must be packed with their edges parallel to the borders of the bins, cannot be rotated and cannot…

最优化与控制 · 数学 2019-09-17 Jean-François Côté , Mohamed Haouari , Manuel Iori

Increasing the complexity of solving budgetary allocation (NP-hardness problem) has led a wide range of methods to minimize the costs. Metaheuristics and Linear Programming (LP) are the most optimization in this fields. Therefore, this…

动力系统 · 数学 2024-12-18 Ali Kadhim Yaqoob , Ahmad Kadri Junoh

Linear programming (LP) relaxations are widely employed in exact solution methods for multilinear programs (MLP). One example is the family of Recursive McCormick Linearization (RML) strategies, where bilinear products are substituted for…

最优化与控制 · 数学 2022-07-20 Arvind U Raghunathan , Carlos Cardonha , David Bergman , Carlos J Nohra

A standard approach to solving optimistic bilevel linear programs (BLPs) is to replace the lower-level problem with its Karush-Kuhn-Tucker (KKT) optimality conditions and reformulate the resulting complementarity constraints using auxiliary…

最优化与控制 · 数学 2026-03-19 Sergey S. Ketkov , Oleg A. Prokopyev

We propose a multi-criteria Composite Index Method (CIM) to compare the performance of alternative approaches to solving an optimization problem. The CIM is convenient in those situations when neither approach dominates the other when…

最优化与控制 · 数学 2022-12-29 Yulan Bai , Eli Olinick

Bin packing is a classic optimization problem with a wide range of applications, from load balancing to supply chain management. In this work, we study the online variant of the problem, in which a sequence of items of various sizes must be…

数据结构与算法 · 计算机科学 2024-04-18 Spyros Angelopoulos , Shahin Kamali , Kimia Shadkami

Binary Integer Programming (BIP) problems are of interest due in part to the difficulty they pose and because of their various applications, including those in graph theory, combinatorial optimization and network optimization. In this note,…

最优化与控制 · 数学 2012-08-21 Pietro Paparella