中文
相关论文

相关论文: Designing sparse temporal graphs satisfying connec…

200 篇论文

A temporal graph is a graph in which edges are assigned a time label. Two nodes u and v of a temporal graph are connected one to the other if there exists a path from u to v with increasing edge time labels. We consider the problem of…

数据结构与算法 · 计算机科学 2023-04-04 Alkida Balliu , Filippo Brunelli , Pierluigi Crescenzi , Dennis Olivetti , Laurent Viennot

We study the design of small cost temporally connected graphs, under various constraints. We mainly consider undirected graphs of $n$ vertices, where each edge has an associated set of discrete availability instances (labels). A journey…

离散数学 · 计算机科学 2016-07-07 Eleni C. Akrida , Leszek Gasieniec , George B. Mertzios , Paul G. Spirakis

Connectivity in temporal graphs relies on the notion of temporal paths, in which edges follow a chronological order (either strict or non-strict). In this work, we investigate the question of how to make a temporal graph connected. More…

离散数学 · 计算机科学 2025-02-21 T. Bellitto , J. Bouton Popper , B. Escoffier

Logistics and transportation networks require a large amount of resources to realize necessary connections between locations and minimizing these resources is a vital aspect of planning research. Since such networks have dynamic connections…

社会与信息网络 · 计算机科学 2024-09-02 Argyrios Deligkas , Michelle Döring , Eduard Eiben , Tiger-Lily Goldsmith , George Skretas , Georg Tennigkeit

A temporal (directed) graph is a graph whose edges are available only at specific times during its lifetime, $\tau$. Paths are sequences of adjacent edges whose appearing times are either strictly increasing or non-strictly increasingly…

组合数学 · 数学 2023-03-01 Isnard Lopes Costa , Raul Lopes , Andrea Marino , Ana Silva

Temporal graphs are graphs whose edges are only present at certain points in time. Reachability in these graphs relies on temporal paths, where edges are traversed chronologically. A temporal graph that offers all-pairs reachability is said…

计算复杂性 · 计算机科学 2026-04-28 Arnaud Casteigts , Christian Komusiewicz , Nils Morawietz

Temporal graphs have edge sets that change over discrete time steps. Such graphs are temporally connected (TC) if all pairs of vertices can reach each other using paths that traverse the edges in a time-respecting way (temporal paths).…

数据结构与算法 · 计算机科学 2026-04-28 Arnaud Casteigts , Hendrik Molter , Meirav Zehavi

We consider temporal graphs with discrete time labels and investigate the size and the approximability of minimum temporally connected spanning subgraphs. We present a family of minimally connected temporal graphs with $n$ vertices and…

数据结构与算法 · 计算机科学 2016-02-23 Kyriakos Axiotis , Dimitris Fotakis

We consider the problem of assigning appearing times to the edges of a digraph in order to maximize the (average) temporal reachability between pairs of nodes. Motivated by the application to public transit networks, where edges cannot be…

离散数学 · 计算机科学 2025-01-22 Filippo Brunelli , Pierluigi Crescenzi , Laurent Viennot

A temporal graph can be represented by a graph with an edge labelling, such that an edge is present in the network if and only if the edge is assigned the corresponding time label. A journey is a labelled path in a temporal graph such that…

计算复杂性 · 计算机科学 2023-12-13 Esteban Christiann , Eric Sanlaville , Jason Schoeters

A periodic temporal graph, in its simplest form, is a graph in which every edge appears exactly once in the first $\Delta$ time steps, and then it reappears recurrently every $\Delta$ time steps, where $\Delta$ is a given period length.…

数据结构与算法 · 计算机科学 2025-04-22 George B. Mertzios , Hendrik Molter , Nils Morawietz , Paul G. Spirakis

We address the problem of testing whether a given dynamic graph is temporally connected, {\it i.e} a temporal path (also called a {\em journey}) exists between all pairs of vertices. We consider a discrete version of the problem, where the…

数据结构与算法 · 计算机科学 2014-08-06 Matthieu Barjon , Arnaud Casteigts , Serge Chaumette , Colette Johnen , Yessin M. Neggaz

The classical, linear-time solvable Feedback Edge Set problem is concerned with finding a minimum number of edges intersecting all cycles in a (static, unweighted) graph. We provide a first study of this problem in the setting of temporal…

离散数学 · 计算机科学 2021-09-13 Roman Haag , Hendrik Molter , Rolf Niedermeier , Malte Renken

In this work we consider temporal graphs, i.e. graphs, each edge of which is assigned a set of discrete time-labels drawn from a set of integers. The labels of an edge indicate the discrete moments in time at which the edge is available. We…

数据结构与算法 · 计算机科学 2013-10-30 Paul G. Spirakis , Eleni Ch. Akrida

In a temporal graph the edge set dynamically changes over time according to a set of time-labels associated with each edge that indicates at which time-steps the edge is available. Two vertices are connected if there is a path connecting…

数据结构与算法 · 计算机科学 2025-04-24 Daniele Carnevale , Gianlorenzo D'Angelo , Martin Olsen

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

A temporal graph is a graph in which the edge set can change from one time step to the next. The temporal graph exploration problem TEXP is the problem of computing a foremost exploration schedule for a temporal graph, i.e., a temporal walk…

数据结构与算法 · 计算机科学 2021-03-17 Thomas Erlebach , Michael Hoffmann , Frank Kammer

A temporal graph $\mathcal{G}=(G,\lambda)$ can be represented by an underlying graph $G=(V,E)$ together with a function $\lambda$ that assigns to each edge $e\in E$ the set of time steps during which $e$ is present. The reachability graph…

计算复杂性 · 计算机科学 2025-03-21 Thomas Erlebach , Othon Michail , Nils Morawietz

Vertex connectivity and its variants are among the most fundamental problems in graph theory, with decades of extensive study and numerous algorithmic advances. The directed variants of vertex connectivity are usually solved by manually…

数据结构与算法 · 计算机科学 2025-10-24 Olivier Fischer , Yonggang Jiang , Sagnik Mukhopadhyay , Sorrachai Yingchareonthawornchai

We study the Temporal Exploration problem, where an agent must visit all vertices of a temporal graph while traversing at most one available edge per time step. Unlike static graphs, which can be explored in linear time, temporal…

数据结构与算法 · 计算机科学 2026-05-18 Ivan Lahtin , Viktor Zamaraev
‹ 上一页 1 2 3 10 下一页 ›