中文
相关论文

相关论文: Product Subset Problem : Applications to number th…

200 篇论文

Suffix trees are an important data structure at the core of optimal solutions to many fundamental string problems, such as exact pattern matching, longest common substring, matching statistics, and longest repeated substring. Recent lines…

数据结构与算法 · 计算机科学 2022-08-31 Nicola Rizzo , Alexandru I. Tomescu , Alberto Policriti

We introduce the strongly NP-complete pagination problem, an extension of BIN PACKING where packing together two items may make them occupy less volume than the sum of their individual sizes. To achieve this property, an item is defined as…

数据结构与算法 · 计算机科学 2017-09-06 Aristide Grange , Imed Kacem , Sébastien Martin

We study solution methods for (strongly-)convex-(strongly)-concave Saddle-Point Problems (SPPs) over networks of two type - master/workers (thus centralized) architectures and meshed (thus decentralized) networks. The local functions at…

最优化与控制 · 数学 2022-08-23 Aleksandr Beznosikov , Gesualdo Scutari , Alexander Rogozin , Alexander Gasnikov

In the bottleneck multiple knapsack problem, we are given a set of items and a set of knapsacks, where each item has a profit and a weight, and each knapsack has a capacity. Our goal is to assign items to knapsacks so as to maximize the…

数据结构与算法 · 计算机科学 2026-05-08 Lin Chen , Tingwei Hu , Yuchen Mao , Yong Chen , Lili Mei , An Zhang , Guangting Chen , Guochuan Zhang

The paper presents complexity results and performance guaranties for a family of approximation algorithms for an optimisation problem arising in software testing and manufacturing. The problem is formulated as a partitioning of a set where…

数据结构与算法 · 计算机科学 2022-12-13 Yakov Zinder , Bertrand M. T. Lin , Joanna Berlińska

In this paper, we investigate a class of submodular problems which in general are very hard. These include minimizing a submodular cost function under combinatorial constraints, which include cuts, matchings, paths, etc., optimizing a…

机器学习 · 计算机科学 2019-02-28 Rishabh Iyer , Jeff Bilmes

Chance constrained programming (CCP) refers to a type of optimization problem with uncertain constraints that are satisfied with at least a prescribed probability level. In this work, we study the sample average approximation (SAA) of…

最优化与控制 · 数学 2025-04-30 Peng Wang , Rujun Jiang , Qingyuan Kong , Laura Balzano

The closest pair problem (CPP) is one of the well studied and fundamental problems in computing. Given a set of points in a metric space, the problem is to identify the pair of closest points. Another closely related problem is the fixed…

数据结构与算法 · 计算机科学 2014-07-22 Sanguthevar Rajasekaran , Sudipta Pathak

The partition of a problem into smaller sub-problems satisfying certain properties is often a key ingredient in the design of divide-and-conquer algorithms. For questions related to location, the partition problem can be modeled, in…

计算几何 · 计算机科学 2020-12-08 Allan Sapucaia , Pedro J. de Rezende , Cid C. de Souza

Numerical Relativity is a mature field with many applications in Astrophysics, Cosmology and even in Fundamental Physics. As such, we are entering a stage in which new sophisticated methods adapted to open problems are being developed. In…

计算物理 · 物理学 2020-02-27 Daniel Santos-Oliván , Carlos F. Sopuerta

The 0/1 multidimensional knapsack problem is the 0/1 knapsack problem with m constraints which makes it difficult to solve using traditional methods like dynamic programming or branch and bound algorithms. We present a genetic algorithm for…

神经与进化计算 · 计算机科学 2020-01-28 Shalin Shah

This paper deals with products of moderate-size primes, familiarly known as smooth numbers. Smooth numbers play a crucial role in information theory, signal processing and cryptography. We present various properties of smooth numbers…

数论 · 数学 2009-01-02 David Naccache , Igor E. Shparlinski

Stochastic knapsack problem originally was a versatile model for controls in telecommunication networks. Recently, it draws attentions of revenue management community by serving as a basic model for allocating resources over time. We…

最优化与控制 · 数学 2008-05-13 Yingdong Lu

We study the incremental knapsack problem, where one wishes to sequentially pack items into a knapsack whose capacity expands over a finite planning horizon, with the objective of maximizing time-averaged profits. While various…

数据结构与算法 · 计算机科学 2020-10-16 Ali Aouad , Danny Segev

To model combinatorial decision problems involving uncertainty and probability, we introduce stochastic constraint programming. Stochastic constraint programs contain both decision variables (which we can set) and stochastic variables…

人工智能 · 计算机科学 2009-03-09 Toby Walsh

The theory of Engel groups plays an important role in group theory since these groups are closely related to the Burnside problems. In this survey we consider several classical and novel algorithmic problems for Engel groups and propose…

群论 · 数学 2020-02-03 Delaram Kahrobaei , Marialaura Noce

The concept of Secure Multi-Party Computation (SMPC) is a cryptographic service that allows generating analysis of sensitive data related to finance under the collaboration of all stakeholders without violating the privacy of the research…

密码学与安全 · 计算机科学 2026-01-05 Brahim Khalil Sedraoui , Abdelmadjid Benmachiche , Amina Makhlouf , Chaouki Chemam

Basic Parallel Processes (BPPs) are a well-known subclass of Petri Nets. They are the simplest common model of concurrent programs that allows unbounded spawning of processes. In the probabilistic version of BPPs, every process generates…

计算机科学中的逻辑 · 计算机科学 2014-01-17 Rémi Bonnet , Stefan Kiefer , Anthony W. Lin

We give an $\alpha(1+\epsilon)$-approximation algorithm for solving covering LPs, assuming the presence of a $(1/\alpha)$-approximation algorithm for a certain optimization problem. Our algorithm is based on a simple modification of the…

数据结构与算法 · 计算机科学 2020-12-18 Eklavya Sharma

In this work, we study the square min-sum bin packing problem (SMSBPP), where a list of square items has to be packed into indexed square bins of dimensions $1 \times 1$ with no overlap between the areas of the items. The bins are indexed…

数据结构与算法 · 计算机科学 2023-07-14 Rachel Vanucchi Saraiva , Rafael C. S. Schouery