中文
相关论文

相关论文: Parameterized Complexity of Gerrymandering

200 篇论文

A broadcast on a connected graph is a function f that assigns each vertex v an integer f(v) with 0 <= f(v) <= ecc(v) where ecc(v) denotes the eccentricity of v. A vertex u hears a broadcasting vertex v (with f(v)>0) if u is at distance at…

数据结构与算法 · 计算机科学 2026-05-18 Joanne Dumont , Edouard Nemery , Anthony Perez , Florian Sikora

We study parameterized and approximation algorithms for a variant of Set Cover, where the universe of elements to be covered consists of points in the plane and the sets with which the points should be covered are segments. We call this…

计算几何 · 计算机科学 2024-02-27 Katarzyna Kowalska , Michał Pilipczuk

An $\ell$-page stack layout (also known as an $\ell$-page book embedding) of a graph is a linear order of the vertex set together with a partition of the edge set into $\ell$ stacks (or pages), such that the endpoints of no two edges on the…

计算几何 · 计算机科学 2024-09-05 Thomas Depian , Simon D. Fink , Robert Ganian , Martin Nöllenburg

Preference restrictions have played a significant role in computational social choice. This paper studies a framework that connects preference restrictions with classical graph search paradigms. We model candidates as vertices of a graph…

计算机科学与博弈论 · 计算机科学 2026-05-07 Guozhen Rong , Xin Li , Yongjie Yang

The sum of radii problem ($k$-MSR) asks, given a metric space on $n$ points, to place $k$ balls covering all points so as to minimize the sum of their radii. Despite extensive study from the perspectives of approximation and parameterized…

数据结构与算法 · 计算机科学 2026-05-08 Ameet Gadekar

We initiate a program of parameterized proof complexity that aims to provide evidence that FPT is different from W[1]. A similar program already exists for the classes W[2] and W[SAT]. We contrast these programs and prove upper and lower…

计算机科学中的逻辑 · 计算机科学 2012-03-26 Barnaby Martin

We study the parameterized complexity of dominating sets in geometric intersection graphs. In one dimension, we investigate intersection graphs induced by translates of a fixed pattern Q that consists of a finite number of intervals and a…

计算几何 · 计算机科学 2017-09-18 Mark de Berg , Sándor Kisfaludi-Bak , Gerhard Woeginger

In the coordinated motion planning problem, we are given a graph together with the starting and destination vertices of $k$ robots. At each time step, any subset of robots may move, each traversing an edge of the graph, provided that no two…

数据结构与算法 · 计算机科学 2026-05-11 Argyrios Deligkas , Eduard Eiben , Robert Ganian , Iyad Kanj

A matching is a set of edges in a graph with no common endpoint. A matching M is called acyclic if the induced subgraph on the endpoints of the edges in M is acyclic. Given a graph G and an integer k, Acyclic Matching Problem seeks for an…

计算复杂性 · 计算机科学 2022-10-05 Sahab Hajebi , Ramin Javadi

We consider two symmetry metrics commonly used to analyze partisan gerrymandering: the Mean-Median Difference (MM) and Partisan Bias (PB). Our main results compare, for combinations of seats and votes achievable in districted elections, the…

计算机与社会 · 计算机科学 2025-07-15 Daryl DeFord , Ellen Veomett

Segment Routing is a recent network technology that helps optimizing network throughput by providing finer control over the routing paths. Instead of routing directly from a source to a target, packets are routed via intermediate waypoints.…

计算复杂性 · 计算机科学 2025-01-08 Cristina Bazgan , Morgan Chopin , André Nichterlein , Camille Richer

We consider the multiple traveling salesman problem on a weighted tree. In this problem there are $m$ salesmen located at the root initially. Each of them will visit a subset of vertices and return to the root. The goal is to assign a tour…

数据结构与算法 · 计算机科学 2019-02-25 Lin Chen , Daniel Marx

In the Mixed Chinese Postman Problem (MCPP), given a weighted mixed graph $G$ ($G$ may have both edges and arcs), our aim is to find a minimum weight closed walk traversing each edge and arc at least once. The MCPP parameterized by the…

计算复杂性 · 计算机科学 2015-01-27 Gregory Gutin , Mark Jones , Magnus Wahlstrom

We study the parameterized complexity of computing the tree-partition-width, a graph parameter equivalent to treewidth on graphs of bounded maximum degree. On one hand, we can obtain approximations of the tree-partition-width efficiently:…

离散数学 · 计算机科学 2025-02-19 Hans L. Bodlaender , Carla Groenland , Hugo Jacob

An important problem in computational social choice theory is the complexity of undesirable behavior among agents, such as control, manipulation, and bribery in election systems. These kinds of voting strategies are often tempting at the…

人工智能 · 计算机科学 2012-04-20 Andrew Lin

We initiate the study of the parameterized complexity of the {\sc Collective Graph Exploration} ({\sc CGE}) problem. In {\sc CGE}, the input consists of an undirected connected graph $G$ and a collection of $k$ robots, initially placed at…

数据结构与算法 · 计算机科学 2023-10-10 Siddharth Gupta , Guy Sa'ar , Meirav Zehavi

The dichotomy conjecture for the parameterized embedding problem states that the problem of deciding whether a given graph $G$ from some class $K$ of "pattern graphs" can be embedded into a given graph $H$ (that is, is isomorphic to a…

计算复杂性 · 计算机科学 2017-03-21 Yijia Chen , Martin Grohe , Bingkai Lin

A map graph is a graph admitting a representation in which vertices are nations on a spherical map and edges are shared curve segments or points between nations. We present an explicit fixed-parameter tractable algorithm for recognizing map…

The k-CO-PATH SET problem asks, given a graph G and a positive integer k, whether one can delete k edges from G so that the remainder is a collection of disjoint paths. We give a linear-time fpt algorithm with complexity O^*(1.588^k) for…

数据结构与算法 · 计算机科学 2016-07-29 Blair D. Sullivan , Andrew van der Poel

The Possible Winner (PW) problem, a fundamental algorithmic problem in computational social choice, concerns elections where voters express only partial preferences between candidates. Via a sequence of investigations, a complete…

计算机科学与博弈论 · 计算机科学 2020-03-26 Vishal Chakraborty , Phokion G. Kolaitis