中文
相关论文

相关论文: Fast Enumeration of Combinatorial Objects

200 篇论文

The article focuses on word (or string) attractors, which are sets of positions related to the text compression efficiency of the underlying word. The article presents two combinatorial algorithms based on Suffix automata or Directed…

数据结构与算法 · 计算机科学 2025-09-11 Marie-Pierre Béal , Maxime Crochemore , Giuseppe Romana

We study a twist on the classic secretary problem, which we term the secretary ranking problem: elements from an ordered set arrive in random order and instead of picking the maximum element, the algorithm is asked to assign a rank, or…

数据结构与算法 · 计算机科学 2018-11-16 Sepehr Assadi , Eric Balkanski , Renato Paes Leme

In this paper, we study a number of well-known combinatorial optimization problems that fit in the following paradigm: the input is a collection of (potentially inconsistent) local relationships between the elements of a ground set (e.g.,…

数据结构与算法 · 计算机科学 2021-02-24 Vaggos Chatziafratis , Mohammad Mahdian , Sara Ahmadian

The main result of the paper is the first polynomial-time algorithm for ranking bracelets. The time-complexity of the algorithm is O(k^2 n^4), where k is the size of the alphabet and n is the length of the considered bracelets. The key part…

组合数学 · 数学 2021-04-13 Duncan Adamson , Argyrios Deligkas , Vladimir V. Gusev , Igor Potapov

Order picking is the problem of collecting a set of products in a warehouse in a minimum amount of time. It is currently a major bottleneck in supply-chain because of its cost in time and labor force. This article presents two exact and…

数据结构与算法 · 计算机科学 2018-06-05 Lucie Pansart , Nicolas Catusse , Hadrien Cambazard

The paper focuses on some versions of connected dominating set problems: basic problems and multicriteria problems. A literature survey on basic problem formulations and solving approaches is presented. The basic connected dominating set…

数据结构与算法 · 计算机科学 2020-09-22 Mark Sh. Levin

In this paper, we study the "sum composition problem" between two lists $A$ and $B$ of positive integers. We start by saying that $B$ is "sum composition" of $A$ when there exists an ordered $m$-partition $[A_1,\ldots,A_m]$ of $A$ where $m$…

数据结构与算法 · 计算机科学 2020-02-10 Mario Pennacchioni , Emanuele Munarini , Marco Mesiti

We consider the problem of counting the number of possible sets of rankings (called ranking patterns) generated by unfolding models of codimension one. We express the ranking patterns as slices of the braid arrangement and show that all…

组合数学 · 数学 2011-06-10 Hidehiko Kamiya , Akimichi Takemura , Hiroaki Terao

Advances in information technology reduce barriers to information propagation, but at the same time they also induce the information overload problem. For the making of various decisions, mere digestion of the relevant information has…

无序系统与神经网络 · 物理学 2009-11-11 Yi-Kuo Yu , Yi-Cheng Zhang , Paolo Laureti , Lionel Moret

It is common for search and optimization problems to have alternative equivalent encodings in ASP. Typically none of them is uniformly better than others when evaluated on broad classes of problem instances. We claim that one can improve…

人工智能 · 计算机科学 2019-09-19 Liu Liu , Miroslaw Truszczynski

Over the years, much research involving mobile computational entities has been performed. From modeling actual microscopic (and smaller) robots, to modeling software processes on a network, many important problems have been studied in this…

分布式、并行与集群计算 · 计算机科学 2023-05-04 Anisur Rahaman Molla , Kaushik Mondal , William K. Moses

We study the problem of enumerating the satisfying assignments for circuit classes from knowledge compilation, where assignments are ranked in a specific order. In particular, we show how this problem can be used to efficiently perform…

数据库 · 计算机科学 2024-01-23 Antoine Amarilli , Pierre Bourhis , Florent Capelli , Mikaël Monet

Social networks have ensured the expanding disproportion between the face of WWW stored traditionally in search engine repositories and the actual ever changing face of Web. Exponential growth of web users and the ease with which they can…

社会与信息网络 · 计算机科学 2012-04-09 Pushpa R. Suri , Harmunish Taneja

In this paper, we review the problem of matrix completion and expose its intimate relations with algebraic geometry, combinatorics and graph theory. We present the first necessary and sufficient combinatorial conditions for matrices of…

机器学习 · 计算机科学 2012-07-03 Franz Kiraly , Ryota Tomioka

Most of the fastest-growing string collections today are repetitive, that is, most of the constituent documents are similar to many others. As these collections keep growing, a key approach to handling them is to exploit their…

Sorting is one of the oldest computing problems and is still very important in the age of big data. Various algorithms and implementation techniques have been proposed. In this study, we focus on comparison based, internal sorting…

数据结构与算法 · 计算机科学 2016-09-16 Hantao Zhang , Baoluo Meng , Yiwen Liang

Symmetries of combinatorial objects are known to complicate search algorithms, but such obstacles can often be removed by detecting symmetries early and discarding symmetric subproblems. Canonical labeling of combinatorial objects…

数据结构与算法 · 计算机科学 2013-05-01 Hadi Katebi , Karem A. Sakallah , Igor L. Markov

This is a draft of an article to appear in the October 2022 issue of the Notices of the AMS. In this survey article we explore a fascinating area called descriptive combinatorics and its recently discovered connections to distributed…

历史与综述 · 数学 2022-08-08 Anton Bernshteyn

We study the problem of learning to rank from pairwise preferences, and solve a long-standing open problem that has led to development of many heuristics but no provable results for our particular problem. Given a set $V$ of $n$ elements,…

数据结构与算法 · 计算机科学 2011-05-18 Nir Ailon

Merging $T$ sorted, non-redundant lists containing $M$ elements into a single sorted, non-redundant result of size $N \ge M/T$ is a classic problem typically solved practically in $O(M \log T)$ time with a priority-queue data structure the…

数据结构与算法 · 计算机科学 2022-08-22 Gene Myers