中文
相关论文

相关论文: Conditionally Optimal Algorithms for Generalized B…

200 篇论文

Fine-grained reductions have established equivalences between many core problems with $\tilde{O}(n^3)$-time algorithms on $n$-node weighted graphs, such as Shortest Cycle, All-Pairs Shortest Paths (APSP), Radius, Replacement Paths, Second…

数据结构与算法 · 计算机科学 2020-05-07 Andrea Lincoln , Virginia Vassilevska Williams , Ryan Williams

We present an approximation scheme for minimizing certain Quadratic Integer Programming problems with positive semidefinite objective functions and global linear constraints. This framework includes well known graph problems such as Minimum…

数据结构与算法 · 计算机科学 2013-12-12 Venkatesan Guruswami , Ali Kemal Sinop

With increasing game size, a problem of computational complexity arises. This is especially true in real world problems such as in social systems, where there is a significant population of players involved in the game, and the complexity…

计算机科学与博弈论 · 计算机科学 2016-09-12 Tatsuya Iwase , Takahiro Shiga

An edge-weighted graph $G=(V,E)$ is called stable if the value of a maximum-weight matching equals the value of a maximum-weight fractional matching. Stable graphs play an important role in some interesting game theory problems, such as…

数据结构与算法 · 计算机科学 2017-11-28 Zhuan Khye Koh , Laura Sanità

We study two problems related to recovering causal graphs from interventional data: (i) $\textit{verification}$, where the task is to check if a purported causal graph is correct, and (ii) $\textit{search}$, where the task is to recover the…

机器学习 · 计算机科学 2022-10-11 Davin Choo , Kirankumar Shiragur , Arnab Bhattacharyya

We derive new results for the performance of a simple greedy algorithm for finding large independent sets and matchings in constant degree regular graphs. We show that for $r$-regular graphs with $n$ nodes and girth at least $g$, the…

离散数学 · 计算机科学 2008-07-09 David Gamarnik , David Goldberg

We report on recent advances in rule-based graph programming, which allow us to match the time complexity of some fundamental imperative graph algorithms. In general, achieving the time complexity of graph algorithms implemented in…

编程语言 · 计算机科学 2026-05-27 Ziad Ismaili Alaoui , Detlef Plump

The aim of the paper is to propose a bounded-error quantum polynomial time (BQP) algorithm for the max-bisection and the min-bisection problems. The max-bisection and the min-bisection problems are fundamental NP-hard problems. Given a…

量子物理 · 物理学 2015-07-27 Ahmed Younes

An edge-weighted, vertex-capacitated graph G is called stable if the value of a maximum-weight capacity-matching equals the value of a maximum-weight fractional capacity-matching. Stable graphs play a key role in characterizing the…

离散数学 · 计算机科学 2022-11-23 Matthew Gerstbrein , Laura Sanità , Lucy Verberk

Matching nodes in a graph G = (V, E) is a well-studied algorithmic problem with many applications. The b-matching problem is a generalizati on that allows to match a node with up to b neighbors. This allows more flexible connectivity…

数据结构与算法 · 计算机科学 2024-10-15 Fabian Brandt-Tumescheit , Frieda Gerharz , Henning Meyerhenke

There has recently been much progress on exact algorithms for the (un)weighted graph (bi)partitioning problem using branch-and-bound and related methods. In this note we present and improve an easily computable, purely combinatorial lower…

数据结构与算法 · 计算机科学 2014-10-03 Jesper Larsson Träff , Martin Wimmer

While discounted payoff games and classic games that reduce to them, like parity and mean-payoff games, are symmetric, their solutions are not. We have taken a fresh view on the properties that optimal solutions need to have, and devised a…

数据结构与算法 · 计算机科学 2026-03-11 Daniele Dell'Erba , Arthur Dumas , Sven Schewe

We study distributed algorithms that find a maximal matching in an anonymous, edge-coloured graph. If the edges are properly coloured with $k$ colours, there is a trivial greedy algorithm that finds a maximal matching in $k-1$ synchronous…

分布式、并行与集群计算 · 计算机科学 2013-12-24 Juho Hirvonen , Jukka Suomela

This paper addresses the problem of matching $N$ weighted graphs referring to an identical object or category. More specifically, matching the common node correspondences among graphs. This multi-graph matching problem involves two…

计算机视觉与模式识别 · 计算机科学 2016-06-14 Junchi Yan , Minsu Cho , Hongyuan Zha , Xiaokang Yang , Stephen Chu

Wide machine learning tasks can be formulated as non-convex multi-player games, where Nash equilibrium (NE) is an acceptable solution to all players, since no one can benefit from changing its strategy unilaterally. Attributed to the…

计算机科学与博弈论 · 计算机科学 2023-01-20 Guanpu Chen , Gehui Xu , Fengxiang He , Yiguang Hong , Leszek Rutkowski , Dacheng Tao

In the vertex cover problem, the input is a graph $G$ and an integer $k$, and the goal is to decide whether there is a set of vertices $S$ of size at most $k$ such that every edge of $G$ is incident on at least one vertex in $S$. We study…

数据结构与算法 · 计算机科学 2018-12-31 Dekel Tsur

An algorithm on weighted graphs is called universally optimal if it is optimal for every input graph, in the worst case taken over all weight assignments. Informally, this means the algorithm is competitive even with algorithms that are…

数据结构与算法 · 计算机科学 2026-02-19 Benjamin Aram Berendsohn

We present an algorithm that finds a maximum cardinality $f$-matching of a simple graph in time $O(n^{2/3} m)$. Here $f:V\to \mathbb{N}$ is a given function, and an $f$-matching is a subgraph wherein each vertex $v\in V$ has degree $\le…

数据结构与算法 · 计算机科学 2023-11-27 Harold Gabow

We give an algorithm for solving unique games (UG) instances whenever low-degree sum-of-squares proofs certify good bounds on the small-set-expansion of the underlying constraint graph via a hypercontractive inequality. Our algorithm is in…

计算复杂性 · 计算机科学 2021-06-29 Mitali Bafna , Boaz Barak , Pravesh Kothari , Tselil Schramm , David Steurer

This paper studies the verification of almost-sure B\"uchi objectives in MDPs with a known, compositional structure based on string diagrams. In particular, we ask whether there is a strategy that ensures that a B\"uchi objective is…

计算机科学中的逻辑 · 计算机科学 2025-09-05 Marck van der Vegt , Kazuki Watanabe , Ichiro Hasuo , Sebastian Junges