中文
相关论文

相关论文: The DAG Visit approach for Pebbling and I/O Lower …

200 篇论文

It is shown that $S(G) = O\left(m/\log_2 m + d\right)$ pebbles are sufficient to pebble any DAG $G=(V,E)$, with $m$ edges and maximum in-degree $d$. It was previously known that $S(G) = O\left(d n/\log n\right)$. The result builds on two…

计算复杂性 · 计算机科学 2024-10-29 Gianfranco Bilardi , Lorenzo De Stefani

Optimizing data movements during program executions is essential for achieving high performance in modern computing systems. This has been classically modeled with the Red-Blue Pebble Game and its variants. In existing models, it is…

数据结构与算法 · 计算机科学 2026-03-10 Aleksandros Sobczyk

Technology trends will cause data movement to account for the majority of energy expenditure and execution time on emerging computers. Therefore, computational complexity will no longer be a sufficient metric for comparing algorithms, and a…

计算复杂性 · 计算机科学 2014-11-11 Venmugil Elango , Fabrice Rastello , Louis-Noel Pouchet , J. Ramanujam , P. Sadayappan

We consider the computational complexity of finding a legal black pebbling of a DAG $G=(V,E)$ with minimum cumulative cost. A black pebbling is a sequence $P_0,\ldots, P_t \subseteq V$ of sets of nodes which must satisfy the following…

密码学与安全 · 计算机科学 2018-01-23 Jeremiah Blocki , Samson Zhou

We define and study analogs of probabilistic tree embedding and tree cover for directed graphs. We define the notion of a DAG cover of a general directed graph $G$: a small collection $D_1,\dots D_g$ of DAGs so that for all pairs of…

数据结构与算法 · 计算机科学 2025-04-16 Sepehr Assadi , Gary Hoppenworth , Nicole Wein

Let $G=(V,E)$ be a simple graph. A pebbling configuration on $G$ is a function $f:V\rightarrow \mathbb{N}\cup \{0\}$ that assigns a non-negative integer number of pebbles to each vertex. The weight of a configuration $f$ is $w(f)=\sum_{u\in…

组合数学 · 数学 2025-01-07 Juma Gul Dehqan , Saeid Alikhani , Ali Delavar Khalafi , Fatemeh Aghaei

Given a configuration of pebbles on the vertices of a connected graph G, a pebbling move is defined as the removal of two pebbles from some vertex, and the placement of one of these on an adjacent vertex. We introduce the notion of…

Given a distribution of pebbles on the vertices of a graph G, a {\it pebbling move} takes two pebbles from one vertex and puts one on a neighboring vertex. The {\it pebbling number} \Pi(G) is the minimum k such that for every distribution…

组合数学 · 数学 2011-10-12 D. P. Bunde , E. W. Chambers , D. Cranston , K. Milans , D. B. West

Graph pebbling is a game played on graphs with pebbles on their vertices. A pebbling move removes two pebbles from one vertex and places one pebble on an adjacent vertex. A configuration $C$ is a supply of pebbles at various vertices of a…

组合数学 · 数学 2026-01-26 Matheus Adauto , Viktoriya Bardenova , Yunus Bidav , Glenn Hurlbert

We present practical linear and almost linear-time algorithms to compute a chain decomposition of a directed acyclic graph (DAG), $G=(V,E)$. The number of vertex-disjoint chains computed is very close to the minimum. The time complexity of…

数据结构与算法 · 计算机科学 2022-12-09 Giorgos Kritikakis , Ioannis G. Tollis

A well-studied challenge that arises in the structure learning problem of causal directed acyclic graphs (DAG) is that using observational data, one can only learn the graph up to a "Markov equivalence class" (MEC). The remaining undirected…

机器学习 · 计算机科学 2022-05-20 Vibhor Porwal , Piyush Srivastava , Gaurav Sinha

Given a configuration of pebbles on the vertices of a connected graph $G$, a \emph{pebbling move} removes two pebbles from some vertex and places one pebble on an adjacent vertex. The \emph{pebbling number} of a graph $G$ is the smallest…

组合数学 · 数学 2017-06-14 Daniel W. Cranston , Luke Postle , Chenxiao Xue , Carl Yerger

Determining I/O lower bounds is a crucial step in obtaining communication-efficient parallel algorithms, both across the memory hierarchy and between processors. Current approaches either study specific algorithms individually, disallow…

Consider a configuration of pebbles distributed on the vertices of a connected graph of order $n$. A pebbling step consists of removing two pebbles from a given vertex and placing one pebble on an adjacent vertex. A distribution of pebbles…

组合数学 · 数学 2012-04-12 Melody Chan , Anant P. Godbole

We propose a self-stabilizing algorithm to construct a minimal weakly $\mathcal{ST}$-reachable directed acyclic graph (DAG), which is suited for routing messages on wireless networks. Given an arbitrary, simple, connected, and undirected…

分布式、并行与集群计算 · 计算机科学 2020-11-19 Junya Nakamura , Masahiro Shibata , Yuichi Sudo , Yonghwan Kim

Suppose that pebbles are distributed on the vertices of a graph G. A pebbling step along an edge uv removes two pebbles from u and places one pebble on v. We introduce two new graph parameters: stack(G): the least integer t such that every…

组合数学 · 数学 2026-04-27 Tamás Csernák , Lajos Soukup

A configuration of pebbles on the vertices of a graph is solvable if one can place a pebble on any given root vertex via a sequence of pebbling steps. The pebbling number of a graph G is the minimum number pi(G) so that every configuration…

组合数学 · 数学 2007-05-23 Andrzej Czygrinow , Glenn Hurlbert

Pebble games are single-player games on DAGs involving placing and moving pebbles on nodes of the graph according to a certain set of rules. The goal is to pebble a set of target nodes using a minimum number of pebbles. In this paper, we…

计算复杂性 · 计算机科学 2018-07-16 Erik D. Demaine , Quanquan C. Liu

Pebbling is a game played on a graph. The single player is given a graph and a configuration of pebbles and may make pebbling moves by removing 2 pebbles from one vertex and placing one at an adjacent vertex to eventually have one pebble…

组合数学 · 数学 2018-09-10 John Asplund , Franklin Kenter

The reversible pebble game is a combinatorial game played on rooted DAGs. This game was introduced by Bennett (1989) motivated by applications in designing space efficient reversible algorithms. Recently, Chan (2013) showed that the…

计算复杂性 · 计算机科学 2016-04-20 Balagopal Komarath , Jayalal Sarma , Saurabh Sawlani
‹ 上一页 1 2 3 10 下一页 ›