中文
相关论文

相关论文: Trichotomy for the reconfiguration problem of inte…

200 篇论文

In the classic Integer Programming (IP) problem, the objective is to decide whether, for a given $m \times n$ matrix $A$ and an $m$-vector $b=(b_1,\dots, b_m)$, there is a non-negative integer $n$-vector $x$ such that $Ax=b$. Solving (IP)…

数据结构与算法 · 计算机科学 2018-07-18 Fedor V. Fomin , Fahad Panolan , M. S. Ramanujan , Saket Saurabh

Integer linear programs $\min\{c^T x : A x = b, x \in \mathbb{Z}^n_{\ge 0}\}$, where $A \in \mathbb{Z}^{m \times n}$, $b \in \mathbb{Z}^m$, and $c \in \mathbb{Z}^n$, can be solved in pseudopolynomial time for any fixed number of constraints…

数据结构与算法 · 计算机科学 2024-09-06 Lars Rohwedder , Karol Węgrzycki

We consider the problem of finding the smallest or largest entry of a tensor of order N that is specified via its rank decomposition. Stated in a different way, we are given N sets of R-dimensional vectors and we wish to select one vector…

信号处理 · 电气工程与系统科学 2023-12-25 Nicholas D. Sidiropoulos , Paris Karakasis , Aritra Konar

Integer linear programs (ILPs) are a widely applied framework for dealing with combinatorial problems that arise in practice. It is known, e.g., by the success of CPLEX, that preprocessing and simplification can greatly speed up the process…

计算复杂性 · 计算机科学 2013-02-18 Stefan Kratsch

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

Polynomial optimization problems over binary variables can be expressed as integer programs using a linearization with extra monomials in addition to those arising in the given polynomial. We characterize when such a linearization yields an…

离散数学 · 计算机科学 2020-05-18 Christopher Hojny , Marc E. Pfetsch , Matthias Walter

Polyhedral compilers can perform complex loop optimizations that improve parallelism and cache behaviour of loops in the input program. These transformations result in significant performance gains on modern processors which have large…

分布式、并行与集群计算 · 计算机科学 2018-03-29 Aravind Acharya , Uday Bondhugula , Albert Cohen

The Tensor Isomorphism problem (TI) has recently emerged as having connections to multiple areas of research within complexity and beyond, but the current best upper bound is essentially the brute force algorithm. Being an algebraic…

计算复杂性 · 计算机科学 2023-06-01 Nicola Galesi , Joshua A. Grochow , Toniann Pitassi , Adrian She

Mixed integer set representations, and specifically hybrid zonotopes, have enabled new techniques for reachability and verification of nonlinear and hybrid systems. Mixed-integer sets which have the property that their convex relaxation is…

系统与控制 · 电气工程与系统科学 2025-07-17 Jonah J. Glunt , Joshua A. Robbins , Jacob A. Siefert , Daniel Silvestre , Herschel C. Pangborn

We study the following independent set reconfiguration problem, called TAR-Reachability: given two independent sets $I$ and $J$ of a graph $G$, both of size at least $k$, is it possible to transform $I$ into $J$ by adding and removing…

离散数学 · 计算机科学 2014-02-10 Paul Bonsma

In the present article we propose a mixed-integer approximation of adjustable-robust optimization (ARO) problems, that have both, continuous and discrete variables on the lowest level. As these trilevel problems are notoriously hard to…

最优化与控制 · 数学 2023-10-11 Jan Kronqvist , Boda Li , Jan Rolfes

Our work is motivated by the challenges presented in preparing arrays of atoms for use in quantum simulation. The recently-developed process of loading atoms into traps results in approximately half of the traps being filled. To consolidate…

计算复杂性 · 计算机科学 2025-04-09 Alexandre Cooper , Stephanie Maaz , Amer E. Mouawad , Naomi Nishimura

Recently, Ohsaka [STACS'23] put forth the Reconfiguration Inapproximability Hypothesis (RIH), which roughly asserts that there is some $\epsilon>0$ such that given as input a $k$-CSP instance (for some constant $k$) over some constant sized…

计算复杂性 · 计算机科学 2025-09-24 Venkatesan Guruswami , Karthik C. S. , Pasin Manurangsi , Xuandi Ren , Kewen Wu

We examine the computational complexity of approximately counting the list H-colourings of a graph. We discover a natural graph-theoretic trichotomy based on the structure of the graph H. If H is an irreflexive bipartite graph or a…

计算复杂性 · 计算机科学 2017-01-06 Andreas Galanis , Leslie Ann Goldberg , Mark Jerrum

In reconfiguration problems, we are given two feasible solutions to a graph problem and asked whether one can be transformed into the other via a sequence of feasible intermediate solutions under a given reconfiguration rule. While earlier…

计算复杂性 · 计算机科学 2025-10-29 Shuichi Hirahara , Naoto Ohsaka , Tatsuhiro Suga , Akira Suzuki , Yuma Tamura , Xiao Zhou

We convert, within polynomial-time and sequential processing, NP-Complete Problems into a problem of deciding feasibility of a given system S of linear equations with constants and coefficients of binary-variables that are 0, 1, or -1. S is…

计算复杂性 · 计算机科学 2012-10-23 Deepak Ponvel Chermakani

In this article, we investigate different parsimony-based approaches towards finding recombination breakpoints in a multiple sequence alignment. This recombination detection task is crucial in order to avoid errors in evolutionary analyses…

种群与进化 · 定量生物学 2019-10-25 Mark Jones , Philippe Gambette , Leo van Iersel , Remie Janssen , Steven Kelk , Fabio Pardi , Celine Scornavacca

Indexing a set of strings for prefix search or membership queries is a fundamental task with many applications such as information retrieval or database systems. A classic abstract data type for modelling such an index is a trie. Due to the…

数据结构与算法 · 计算机科学 2024-03-11 Hideo Bannai , Keisuke Goto , Shunsuke Kanda , Dominik Köppl

We present the first results on the complexity of the reconfiguration of vertex separators under the three most popular rules: token addition/removal, token jumping, and token sliding. We show that, aside from some trivially negative…

计算复杂性 · 计算机科学 2020-04-24 Guilherme C. M. Gomes , Sérgio H. Nogueira , Vinicius F. dos Santos

Traditionally, reconfiguration problems ask the question whether a given solution of an optimization problem can be transformed to a target solution in a sequence of small steps that preserve feasibility of the intermediate solutions. In…

离散数学 · 计算机科学 2019-01-25 Mark de Berg , Bart M. P. Jansen , Debankur Mukherjee