中文
相关论文

相关论文: An FTP Algorithm for Temporal Graph Untangling

200 篇论文

Removing all connections between two vertices s and z in a graph by removing a minimum number of vertices is a fundamental problem in algorithmic graph theory. This (s,z)-separation problem is well-known to be polynomial solvable and serves…

离散数学 · 计算机科学 2021-05-26 Nicolas Maack , Hendrik Molter , Rolf Niedermeier , Malte Renken

Temporal graph clustering is a complex task that involves discovering meaningful structures in dynamic graphs where relationships and entities change over time. Existing methods typically require centralized data collection, which poses…

机器学习 · 计算机科学 2025-03-04 Zihao Zhou , Yang Liu , Xianghong Xu , Qian Li

Given a graph $G=(V,E)$ and a positive integer $t\geq2$, the task in the vertex cover $P_t$ ($VCP_t$) problem is to find a minimum subset of vertices $F\subseteq V$ such that every path of order $t$ in $G$ contains at least one vertex from…

组合数学 · 数学 2023-06-22 Zongwen Bai , Jianhua Tu , Yongtang Shi

The CONNECTED VERTEX COVER problem asks for a vertex cover in a graph that induces a connected subgraph. The problem is known to be fixed-parameter tractable (FPT), and is unlikely to have a polynomial sized kernel (under complexity…

数据结构与算法 · 计算机科学 2018-10-08 R. Krithika , Diptapriyo Majumdar , Venkatesh Raman

Graph colouring is a fundamental problem for networks, serving as a tool for avoiding conflicts via symmetry breaking, for example, avoiding multiple computer processes simultaneously updating the same resource. This paper considers a…

数据结构与算法 · 计算机科学 2025-11-26 Duncan Adamson , George B. Mertzios , Paul G. Spirakis

The paper presents an algorithm for minimum vertex cover problem, which is an NP-Complete problem. The algorithm computes a minimum vertex cover of each input simple graph. Tested by the attached MATLAB programs, Stage 1 of the algorithm is…

离散数学 · 计算机科学 2016-10-30 Gang Hu

Time-evolving or temporal graphs gain more and more popularity when studying the behavior of complex networks. In this context, the multistage view on computational problems is among the most natural frameworks. Roughly speaking, herein one…

计算复杂性 · 计算机科学 2020-07-30 Klaus Heeger , Anne-Sophie Himmel , Frank Kammer , Rolf Niedermeier , Malte Renken , Andrej Sajenko

The betweenness centrality of a vertex v is an important centrality measure that quantifies how many optimal paths between pairs of other vertices visit v. Computing betweenness centrality in a temporal graph, in which the edge set may…

数据结构与算法 · 计算机科学 2023-02-23 Jessica Enright , Kitty Meeks , Hendrik Molter

Temporal graphs represent graph evolution over time, and have been receiving considerable research attention. Work on expressing temporal graph patterns or discovering temporal motifs typically assumes relatively simple temporal…

数据库 · 计算机科学 2022-05-31 Amir Pouya Aghasadeghi , Jan Van den Bussche , Julia Stoyanovich

We study a recently introduced generalization of the Vertex Cover (VC) problem, called Power Vertex Cover (PVC). In this problem, each edge of the input graph is supplied with a positive integer demand. A solution is an assignment of…

数据结构与算法 · 计算机科学 2023-06-22 Eric Angel , Evripidis Bampis , Bruno Escoffier , Michael Lampis

Deletion problems are those where given a graph $G$ and a graph property $\pi$, the goal is to find a subset of edges such that after its removal the graph $G$ will satisfy the property $\pi$. Typically, we want to minimize the number of…

数据结构与算法 · 计算机科学 2022-03-17 Tomáš Masařík , Tomáš Toufar

The splitting number of a graph $G=(V,E)$ is the minimum number of vertex splits required to turn $G$ into a planar graph, where a vertex split removes a vertex $v \in V$, introduces two new vertices $v_1, v_2$, and distributes the edges…

计算几何 · 计算机科学 2022-09-09 Martin Nöllenburg , Manuel Sorge , Soeren Terziadis , Anaïs Villedieu , Hsiang-Yun Wu , Jules Wulms

Temporal graphs (in which edges are active at specified times) are of particular relevance for spreading processes on graphs, e.g.~the spread of disease or dissemination of information. Motivated by real-world applications, modification of…

计算复杂性 · 计算机科学 2022-12-22 Jessica Enright , Kitty Meeks , Fiona Skerman

We study spreading processes in temporal graphs, i. e., graphs whose connections change over time. These processes naturally model real-world phenomena such as infectious diseases or information flows. More precisely, we investigate how…

数据结构与算法 · 计算机科学 2021-07-21 Hendrik Molter , Malte Renken , Philipp Zschoche

Given a graph $G$, let $vc(G)$ and $vc^+(G)$ be the sizes of a minimum and a maximum minimal vertex covers of $G$, respectively. We say that $G$ is well covered if $vc(G)=vc^+(G)$ (that is, all minimal vertex covers have the same size).…

数据结构与算法 · 计算机科学 2023-06-22 Rafael Araujo , Eurinardo Costa , Sulamita Klein , Rudini Sampaio , Ueverton S. Souza

Cycle packing is a fundamental problem in optimization, graph theory, and algorithms. Motivated by recent advancements in finding vertex-disjoint paths between a specified set of vertices that either minimize the total length of the paths…

In the area of parameterized complexity, to cope with NP-Hard problems, we introduce a parameter k besides the input size n, and we aim to design algorithms (called FPT algorithms) that run in O(f(k)n^d) time for some function f(k) and…

数据结构与算法 · 计算机科学 2013-07-19 Yoichi Iwata , Keigo Oka , Yuichi Yoshida

Temporal information is increasingly available as part of large network data sets. This information reveals sequences of link activations between network entities, which can expose underlying processes in the data. Examples include the…

社会与信息网络 · 计算机科学 2016-05-10 Ursula Redmond , Pádraig Cunningham

A prototypical graph problem is centered around a graph-theoretic property for a set of vertices and a solution to it is a set of vertices for which the desired property holds. The task is to decide whether, in the given graph, there exists…

计算复杂性 · 计算机科学 2020-06-11 Dušan Knop , Tomáš Masařík , Tomáš Toufar

(see paper for full abstract) Cut problems and connectivity problems on digraphs are two well-studied classes of problems from the viewpoint of parameterized complexity. After a series of papers over the last decade, we now have (almost)…

数据结构与算法 · 计算机科学 2019-10-07 Rajesh Chitnis , Andreas Emil Feldmann