中文
相关论文

相关论文: Mathematical Models and Exact Algorithms for the C…

200 篇论文

We present an $n\Delta^{O(k^2)}$ time algorithm to obtain an optimal solution for $1$-dimensional cutting stock problem: the bin packing problem of packing $n$ items onto unit capacity bins under the restriction that the number of item…

离散数学 · 计算机科学 2020-01-07 Srikrishnan Divakaran

We propose an approach to solve multi-agent path planning (MPP) problems for complex environments. Our method first designs a special pebble graph with a set of feasibility constraints, under which MPP problems have feasibility guarantee.…

机器人学 · 计算机科学 2021-08-10 Xifeng Gao , Zherong Pan , Ruiqi Ni

We study a generalization of the knapsack problem with geometric and vector constraints. The input is a set of rectangular items, each with an associated profit and $d$ nonnegative weights ($d$-dimensional vector), and a square knapsack.…

数据结构与算法 · 计算机科学 2021-02-12 Arindam Khan , Eklavya Sharma , K. V. N. Sreenivas

This paper explores the application of a new algebraic method of edge coloring, called complex coloring, to the scheduling problems of input queued switches. The proposed distributed parallel scheduling algorithm possesses two important…

网络与互联网体系结构 · 计算机科学 2016-06-24 Lingkang Wang , Tong Ye , Tony T. Lee , Weisheng Hu

We consider several extensions of the fractional bin packing problem, a relaxation of the traditional bin packing problem where the objects may be split across multiple bins. In these extensions, we introduce load-balancing constraints…

数据结构与算法 · 计算机科学 2018-10-30 Davi Castro-Silva , Eric Gourdin

Given a set of squares and a strip of bounded width and infinite height, we consider a square strip packaging problem, which we call the square independent packing problem (SIPP), to minimize the strip height so that all the squares are…

离散数学 · 计算机科学 2023-07-14 Wei Wu , Hiroki Numaguchi , Yannan Hu , Mutsunori Yagiura

We present an algorithm for recovering planted solutions in two well-known models, the stochastic block model and planted constraint satisfaction problems, via a common generalization in terms of random bipartite graphs. Our algorithm…

数据结构与算法 · 计算机科学 2015-04-30 Vitaly Feldman , Will Perkins , Santosh Vempala

Packing optimization is a prevalent problem that necessitates robust and efficient algorithms that are also simple to implement. One group of approaches is the raster methods, which rely on approximating the objects with pixelated…

计算几何 · 计算机科学 2020-12-10 Gokhan Serhat

We introduce a novel variant of cutting production planning problems named Integrated Cutting and Packing Heterogeneous Precast Beams Multiperiod Production Planning (ICP-HPBMPP). We propose an integer linear programming model for the…

最优化与控制 · 数学 2020-08-27 Kennedy Araujo , Tiberius Bonates , Bruno Prata

In this paper, we study the {\em green bin packing} (GBP) problem where $\beta \ge 0$ and $G \in [0, 1]$ are two given values as part of the input. The energy consumed by a bin is $\max \{0, \beta (x-G) \}$ where $x$ is the total size of…

数据结构与算法 · 计算机科学 2026-02-20 Mingyang Gong , Brendan Mumey

The problem of image data generation in computer vision has traditionally been a harder problem to solve, than discriminative problems. Such data generation entails placing relevant objects of appropriate sizes each, at meaningful location…

计算机视觉与模式识别 · 计算机科学 2025-09-23 Hrishikesh Sharma

We study the $d$-dimensional Vector Bin Packing ($d$VBP) problem, a generalization of Bin Packing with central applications in resource allocation and scheduling. In $d$VBP, we are given a set of items, each of which is characterized by a…

数据结构与算法 · 计算机科学 2023-05-01 Ariel Kulik , Matthias Mnich , Hadas Shachnai

We consider the problem of packing rectangles into bins that are unit squares, where the goal is to minimize the number of bins used. All rectangles have to be packed non-overlapping and orthogonal, i.e., axis-parallel. We present an…

数据结构与算法 · 计算机科学 2009-03-16 Rolf Harren , Rob van Stee

We study the power of the bounded-width consistency algorithm in the context of the fixed-template Promise Constraint Satisfaction Problem (PCSP). Our main technical finding is that the template of every PCSP that is solvable in bounded…

计算复杂性 · 计算机科学 2021-07-14 Albert Atserias , Víctor Dalmau

Automatic colorization of gray images with objects of different colors and sizes is challenging due to inter- and intra-object color variation and the small area of the main objects due to extensive backgrounds. The learning process often…

计算机视觉与模式识别 · 计算机科学 2024-03-05 Mrityunjoy Gain , Avi Deb Raha , Rameswar Debnath

The complementarity knapsack problem (CKP) is a knapsack problem with real-valued variables and complementarity conditions between pairs of its variables. We extend the polyhedral studies of De Farias et al. for CKP, by proposing three new…

最优化与控制 · 数学 2022-12-29 Alberto Del Pia , Jeff Linderoth , Haoran Zhu

The irregular strip-packing problem consists of the computation of a non-overlapping placement of a set of polygons onto a rectangular strip of fixed width and the minimal length possible. Recent performance gains of the Mixed-Integer…

最优化与控制 · 数学 2025-04-01 Juan J. Lastra-Díaz , M. Teresa Ortuño

This paper presents a parallel genetic algorithm for three dimensional bin packing with heterogeneous bins using Hadoop Map-Reduce framework. The most common three dimensional bin packing problem which packs given set of boxes into minimum…

分布式、并行与集群计算 · 计算机科学 2014-11-18 Drona Pratap Chandu

Given items of different sizes and a fixed bin capacity, the bin-packing problem is to pack these items into a minimum number of bins such that the sum of item sizes in a bin does not exceed the capacity. We define a new variant called…

数据结构与算法 · 计算机科学 2025-01-22 Dinesh Kumar Baghel , Alex Ravsky , Erel Segal-Halevi

Two-dimensional bin packing problems are highly relevant combinatorial optimization problems. They find a large number of applications, for example, in the context of transportation or warehousing, and for the cutting of different materials…

人工智能 · 计算机科学 2012-09-06 Christian Blum , Verena Schmid , Lukas Baumgartner