中文
相关论文

相关论文: Parameterized Complexity of Gerrymandering

200 篇论文

Given a bipartite graph $G=(U\cup V,E)$, a left-perfect many-to-one matching is a subset $M \subseteq E$ such that each vertex in $U$ is incident with exactly one edge in $M$. If $U$ is partitioned into some groups, the matching is called…

计算复杂性 · 计算机科学 2024-11-28 Ramin Javadi , Hossein Shokouhi

We investigate the parameterized complexity of the Isometric Path Partition problem when parameterized by the treewidth ($\mathrm{tw}$) of the input graph, arguably one of the most widely studied parameters. Courcelle's theorem shows that…

数据结构与算法 · 计算机科学 2025-09-23 Dibyayan Chakraborty , Oscar Defrain , Florent Foucaud , Mathieu Mari , Prafullkumar Tale

The Edge Multicut problem is a classical cut problem where given an undirected graph $G$, a set of pairs of vertices $\mathcal{P}$, and a budget $k$, the goal is to determine if there is a set $S$ of at most $k$ edges such that for each…

数据结构与算法 · 计算机科学 2022-05-23 Esther Galby , Dániel Marx , Philipp Schepper , Roohani Sharma , Prafullkumar Tale

A set S of vertices of a graph is a defensive alliance if, for each element of S, the majority of its neighbors is in S. The problem of finding a defensive alliance of minimum size in a given graph is NP-hard and there are polynomial-time…

计算复杂性 · 计算机科学 2017-07-17 Bernhard Bliem , Stefan Woltran

Bizarrely shaped voting districts are frequently lambasted as likely instances of gerrymandering. In order to systematically identify such instances, researchers have devised several tests for so-called geographic compactness (i.e., shape…

组合数学 · 数学 2019-07-10 Boris Alexeev , Dustin G. Mixon

The NP-hard Metric Dimension problem is to decide for a given graph G and a positive integer k whether there is a vertex subset of size at most k that separates all vertex pairs in G. Herein, a vertex v separates a pair {u,w} if the…

计算复杂性 · 计算机科学 2012-11-08 Sepp Hartung , André Nichterlein

Gerrymandering is a long-standing issue within the U.S. political system, and it has received scrutiny recently by the U.S. Supreme Court. In this note, we prove that deciding whether there exists a fair redistricting among legal maps is…

计算复杂性 · 计算机科学 2018-08-28 Richard Kueng , Dustin G. Mixon , Soledad Villar

The boundaries of electoral constituencies for assembly and parliamentary seats are drafted using a process referred to as delimitation, which ensures fair and equal representation of all citizens. The current delimitation exercise suffers…

数据结构与算法 · 计算机科学 2024-02-19 Sahil Kale , Gautam Khaire , Jay Patankar , Pujashree Vidap

The Metric Embedding problem takes as input two metric spaces $(X,D_X)$ and $(Y,D_Y)$, and a positive integer $d$. The objective is to determine whether there is an embedding $F:X \rightarrow Y$ such that $d_{F} \leq d$, where $d_{F}$…

计算几何 · 计算机科学 2018-06-27 Arijit Ghosh , Sudeshna Kolay , Gopinath Mishra

We study the Steiner Tree problem on unit disk graphs. Given a $n$ vertex unit disk graph $G$, a subset $R\subseteq V(G)$ of $t$ vertices and a positive integer $k$, the objective is to decide if there exists a tree $T$ in $G$ that spans…

计算几何 · 计算机科学 2020-04-21 Sujoy Bhore , Paz Carmi , Sudeshna Kolay , Meirav Zehavi

A vertex set $S$ of a graph $G$ is geodetic if every vertex of $G$ lies on a shortest path between two vertices in $S$. Given a graph $G$ and $k \in \mathbb N$, the NP-hard Geodetic Set problem asks whether there is a geodetic set of size…

数据结构与算法 · 计算机科学 2020-10-01 Leon Kellerhals , Tomohiro Koana

The outcome of elections is strongly dependent on the districting choices, making thus possible (and frequent) the gerrymandering phenomenon, i.e.\ politicians suitably changing the shape of electoral districts in order to win the…

最优化与控制 · 数学 2019-10-22 Alberto Saracco , Giorgio Saracco

We study the NP-hard Fair Connected Districting problem recently proposed by Stoica et al. [AAMAS 2020]: Partition a vertex-colored graph into k connected components (subsequently referred to as districts) so that in every district the most…

计算机科学与博弈论 · 计算机科学 2022-04-11 Niclas Boehmer , Tomohiro Koana , Rolf Niedermeier

This paper presents a novel mechanism to endogenously determine the fair division of a state into electoral districts in a two-party setting. No geometric constraints are imposed on voter distributions or district shapes; instead, it is…

计算机科学与博弈论 · 计算机科学 2019-01-07 Jamie Tucker-Foltz

We introduce the Geography and Election Outcome (GEO) metric, a new method for identifying potential partisan gerrymanders. In contrast with currently popular methods, the GEO metric uses both geographic information about a districting plan…

物理与社会 · 物理学 2022-04-27 Marion Campisi , Thomas Ratliff , Stephanie Somersille , Ellen Veomett

A secure set $S$ in a graph is defined as a set of vertices such that for any $X\subseteq S$ the majority of vertices in the neighborhood of $X$ belongs to $S$. It is known that deciding whether a set $S$ is secure in a graph is…

计算复杂性 · 计算机科学 2017-07-11 Bernhard Bliem , Stefan Woltran

After every U.S. national census, a state legislature is required to redraw the boundaries of congressional districts in order to account for changes in population. At the moment this is done in a highly partisan way, with districting done…

计算机与社会 · 计算机科学 2017-11-15 Jason Dou

We study the parameterized complexity of the classical Edge Hamiltonian Path problem and give several fixed-parameter tractability results. First, we settle an open question of Demaine et al. by showing that Edge Hamiltonian Path is FPT…

数据结构与算法 · 计算机科学 2014-03-11 Michael Lampis , Kazuhisa Makino , Valia Mitsou , Yushi Uno

An elimination tree of a connected graph $G$ is a rooted tree on the vertices of $G$ obtained by choosing a root $v$ and recursing on the connected components of $G-v$ to obtain the subtrees of $v$. The graph associahedron of $G$ is a…

数据结构与算法 · 计算机科学 2026-03-24 Luís Felipe I. Cunha , Ignasi Sau , Uéverton S. Souza , Mario Valencia-Pabon

We consider the problem of protecting and manipulating elections by recounting and changing ballots, respectively. Our setting involves a plurality-based election held across multiple districts, and the problem formulations are based on the…

计算机科学与博弈论 · 计算机科学 2020-11-24 Kishen N. Gowda , Neeldhara Misra , Vraj Patel