中文
相关论文

相关论文: On Parameterized Complexity of Liquid Democracy

200 篇论文

Walsh [Wal10, Wal09], Davies et al. [DKNW10, DKNW11], and Narodytska et al. [NWX11] studied various voting systems empirically and showed that they can often be manipulated effectively, despite their manipulation problems being NP-hard.…

计算机科学与博弈论 · 计算机科学 2015-03-20 Joerg Rothe , Lena Schend

We study illusion elimination problems on directed social networks where each vertex is colored either red or blue. A vertex is under \textit{majority illusion} if it has more red out-neighbors than blue out-neighbors when there are more…

数据结构与算法 · 计算机科学 2026-04-06 Sougata Jana , Sanjukta Roy

Manipulation, bribery, and control are well-studied ways of changing the outcome of an election. Many voting rules are, in the general case, computationally resistant to some of these manipulative actions. However when restricted to…

计算复杂性 · 计算机科学 2017-07-24 Gábor Erdélyi , Martin Lackner , Andreas Pfandler

We consider the problem of electing a committee of $k$ candidates, subject to some constraints as to what this committee is supposed to look like. In our framework, the candidates are given labels as an abstraction of a politician's…

计算机科学与博弈论 · 计算机科学 2020-05-19 Egor Ianovski

The support of a flow $x$ in a network is the subdigraph induced by the arcs $uv$ for which $x(uv)>0$. We discuss a number of results on flows in networks where we put certain restrictions on structure of the support of the flow. Many of…

离散数学 · 计算机科学 2024-05-16 Stéphane Bessy , Jørgen Bang-Jensen , Lucas Picasarri-Arrieta

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

The dominating set problem has many practical applications but is well-known to be NP-hard. Therefore, there is a need for efficient approximation algorithms, especially in applications such as ad hoc wireless networks. Most distributed…

物理与社会 · 物理学 2023-05-16 Hunter Rehm , Robert Kassouf-Short , Puck Rombach

Many well-known NP-hard algorithmic problems on directed graphs resist efficient parametrisations with most known width measures for directed graphs, such as directed treewidth, DAG-width, Kelly-width and many others. While these focus on…

离散数学 · 计算机科学 2019-05-31 Raphael Steiner , Sebastian Wiederrecht

This paper focuses on studying the message complexity of implicit leader election in synchronous distributed networks of diameter two. Kutten et al.\ [JACM 2015] showed a fundamental lower bound of $\Omega(m)$ ($m$ is the number of edges in…

分布式、并行与集群计算 · 计算机科学 2018-09-05 Soumyottam Chatterjee , Gopal Pandurangan , Peter Robinson

We show that the problem of finding a Resolution refutation that is at most polynomially longer than a shortest one is NP-hard. In the parlance of proof complexity, Resolution is not automatizable unless P = NP. Indeed, we show it is…

计算复杂性 · 计算机科学 2019-09-10 Albert Atserias , Moritz Müller

Most work on manipulation assumes that all preferences are known to the manipulators. However, in many settings elections are open and sequential, and manipulators may know the already cast votes but may not know the future votes. We…

计算机科学与博弈论 · 计算机科学 2013-10-28 Edith Hemaspaandra , Lane A. Hemaspaandra , Joerg Rothe

Subgraph isomorphism is a well-known NP-hard problem which is widely used in many applications, such as social network analysis and knowledge graph query. Its performance is often limited by the inherent hardness. Several insightful works…

数据库 · 计算机科学 2021-04-21 Li Zeng , Yan Jiang , Weixin Lu , Lei Zou

The Surjective Homomorphism problem is to test whether a given graph G called the guest graph allows a vertex-surjective homomorphism to some other given graph H called the host graph. The bijective and injective homomorphism problems can…

离散数学 · 计算机科学 2016-12-16 Petr A. Golovach , Bernard Lidický , Barnaby Martin , Daniël Paulusma

Representing graphs by their homomorphism counts has led to the beautiful theory of homomorphism indistinguishability in recent years. Moreover, homomorphism counts have promising applications in database theory and machine learning, where…

数据结构与算法 · 计算机科学 2023-10-16 Jan Böker , Louis Härtel , Nina Runde , Tim Seppelt , Christoph Standke

Vertex integrity is a graph parameter that measures the connectivity of a graph. Informally, its meaning is that a graph has small vertex integrity if it has a small separator whose removal disconnects the graph into connected components…

数据结构与算法 · 计算机科学 2024-04-29 Tesshu Hanaka , Michael Lampis , Manolis Vasilakis , Kanae Yoshiwatari

Given a graph $G$ and a positive integer $k$, the 2-Load coloring problem is to check whether there is a $2$-coloring $f:V(G) \rightarrow \{r,b\}$ of $G$ such that for every $i \in \{r,b\}$, there are at least $k$ edges with both end…

数据结构与算法 · 计算机科学 2020-10-13 I. Vinod Reddy

Parameterized complexity theory has enabled a refined classification of the difficulty of NP-hard optimization problems on graphs with respect to key structural properties, and so to a better understanding of their true difficulties. More…

数据结构与算法 · 计算机科学 2017-10-19 David Coudert , Guillaume Ducoffe , Alexandru Popa

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

Certifying feasibility in decision-making, critical in many industries, can be framed as a constraint satisfaction problem. This paper focuses on characterising a subset of parameter values from an a priori set that satisfy constraints on a…

系统与控制 · 电气工程与系统科学 2025-11-14 Max Mowbray , Nilay Shah , Benoît Chachuat

In graph modification problems, one is given a graph G and the goal is to apply a minimum number of modification operations (such as edge deletions) to G such that the resulting graph fulfills a certain property. For example, the Cluster…

数据结构与算法 · 计算机科学 2016-06-13 Christian Komusiewicz , André Nichterlein , Rolf Niedermeier