中文
相关论文

相关论文: Hierarchy of Transportation Network Parameters and…

200 篇论文

We prove tight bounds on the site percolation threshold for $k$-uniform hypergraphs of maximum degree $\Delta$ and for $k$-uniform hypergraphs of maximum degree $\Delta$ in which any pair of edges overlaps in at most $r$ vertices. The…

概率论 · 数学 2023-09-25 Tyler Helmuth , Will Perkins , Michail Sarantis

We consider node-weighted survivable network design (SNDP) in planar graphs and minor-closed families of graphs. The input consists of a node-weighted undirected graph $G=(V,E)$ and integer connectivity requirements $r(uv)$ for each…

数据结构与算法 · 计算机科学 2019-10-18 Chandra Chekuri , Alina Ene , Ali Vakilian

The data arrangement problem on regular trees (DAPT) consists in assigning the vertices of a given graph G, called the guest graph, to the leaves of a d-regular tree T, called the host graph, such that the sum of the pairwise distances of…

最优化与控制 · 数学 2015-12-29 Eranda Cela , Joachim Schauer , Rostislav Stanek

We study the problem of optimal leader selection in consensus networks under two performance measures (1) formation coherence when subject to additive perturbations, as quantified by the steady-state variance of the deviation from the…

最优化与控制 · 数学 2016-04-26 Stacy Patterson , Neil McGlohon , Kirill Dyagilev

We study the heavy path decomposition of conditional Galton-Watson trees. In a standard Galton-Watson tree conditional on its size $n$, we order all children by their subtree sizes, from large (heavy) to small. A node is marked if it is…

概率论 · 数学 2017-01-11 Luc Devroye , Cecilia Holmgren , Henning Sulzbach

Graph Neural Networks (GNNs) have emerged as a flexible and powerful approach for learning over graphs. Despite this success, existing GNNs are constrained by their local message-passing architecture and are provably limited in their…

机器学习 · 计算机科学 2021-10-29 Rajat Talak , Siyi Hu , Lisa Peng , Luca Carlone

After the number of vertices, Vertex Cover is the largest of the classical graph parameters and has more and more frequently been used as a separate parameter in parameterized problems, including problems that are not directly related to…

数据结构与算法 · 计算机科学 2013-05-03 Mathieu Chapelle , Mathieu Liedloff , Ioan Todinca , Yngve Villanger

We study how to sparsify connectivity in graphs under a tight deletion budget. Given a graph $G$ and integers $k,x \ge 0$, Critical Node Cut (CNC) asks whether we can delete at most $k$ vertices so that the number of remaining unordered…

数据结构与算法 · 计算机科学 2026-02-17 Dušan Knop , Nikolaos Melissinos , Manolis Vasilakis

A heavy path in a weighted graph represents a notion of connectivity and ordering that goes beyond two nodes. The heaviest path of length l in the graph, simply means a sequence of nodes with edges between them, such that the sum of edge…

数据结构与算法 · 计算机科学 2015-12-15 Mohammad Khabbaz

Two graph parameters are said to be coarsely equivalent if they are within constant factors from each other for every graph $G$. Recently, several graph parameters were shown to be coarsely equivalent to tree-length. Recall that the length…

组合数学 · 数学 2025-04-02 Feodor F. Dragan , Ekkehard Köhler

The notions of bounded expansion and nowhere denseness have been applied very successfully in algorithmic graph theory. We study the corresponding notions of directed bounded expansion and nowhere crownfulness on directed graphs. We show…

离散数学 · 计算机科学 2017-07-10 Stephan Kreutzer , Patrice Ossona de Mendez , Roman Rabinovich , Sebastian Siebertz

Given an undirected graph $G = (V, E)$ and a weight function $w:E \to \mathbb{R}$, the \textsc{Minimum Dominating Tree} problem asks to find a minimum weight sub-tree of $G$, $T = (U, F)$, such that every $v \in V \setminus U$ is adjacent…

计算复杂性 · 计算机科学 2018-02-14 Gilad Kutiel

We present a first exact study on higher-dimensional packing problems with order constraints. Problems of this type occur naturally in applications such as logistics or computer architecture and can be interpreted as higher-dimensional…

数据结构与算法 · 计算机科学 2007-05-23 Sandor P. Fekete , Ekkehard Koehler , Juergen Teich

For a graph class ${\cal H}$, the graph parameters elimination distance to ${\cal H}$ (denoted by ${\bf ed}_{\cal H}$) [Bulian and Dawar, Algorithmica, 2016], and ${\cal H}$-treewidth (denoted by ${\bf tw}_{\cal H}$) [Eiben et al. JCSS,…

数据结构与算法 · 计算机科学 2022-01-10 Akanksha Agrawal , Lawqueen Kanesh , Daniel Lokshtanov , Fahad Panolan , M. S. Ramanujan , Saket Saurabh , Meirav Zehavi

Graph edit distance / similarity is widely used in many tasks, such as graph similarity search, binary function analysis, and graph clustering. However, computing the exact graph edit distance (GED) or maximum common subgraph (MCS) between…

数据库 · 计算机科学 2020-07-01 Haibo Xiu , Xiao Yan , Xiaoqiang Wang , James Cheng , Lei Cao

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

We consider the k-outconnected directed Steiner tree problem (k-DST). Given a directed edge-weighted graph $G=(V,E,w)$, where $V=\{r\}\cup S \cup T$, and an integer $k$, the goal is to find a minimum cost subgraph of $G$ in which there are…

数据结构与算法 · 计算机科学 2024-07-11 Sarel Cohen , Lior Kamma , Aikaterini Niklanovits

We study two problems that seek a subtree $T$ of a graph $G=(V,E)$ such that $T$ satisfies a certain property and has minimal maximum degree. - In the Min-Degree Group Steiner Tree problem we are given a collection ${\cal S}$ of groups…

数据结构与算法 · 计算机科学 2019-10-29 Guy Kortsarz , Zeev Nutov

We propose a protocol optimization technique that is applicable to both weighted or unweighted graphs. Our aim is to explore by how much a small variation around the Shortest Path or Optimal Path protocols can enhance protocol performance.…

物理与社会 · 物理学 2015-05-19 Jose J. Ramasco , Marta S. de la Lama , Eduardo Lopez , Stefan Boettcher

Optimal transport is widely used in pure and applied mathematics to find probabilistic solutions to hard combinatorial matching problems. We extend the Wasserstein metric and other elements of optimal transport from the matching of sets to…

最优化与控制 · 数学 2019-07-16 Evan Patterson