中文
相关论文

相关论文: Using edge cuts to find Euler tours and Euler fami…

200 篇论文

An Euler tour of a hypergraph is a closed walk that traverses every edge exactly once; if a hypergraph admits such a walk, then it is called eulerian. Although this notion is one of the progenitors of graph theory --- dating back to the…

组合数学 · 数学 2019-05-17 Andrew Wagner

An Euler tour in a hypergraph is a closed walk that traverses each edge of the hypergraph exactly once, while an Euler family, first defined by Bahmanian and Sajna, is a family of closed walks that jointly traverse each edge exactly once…

组合数学 · 数学 2017-08-29 Mateja Šajna , Yan D. Steimle

In this paper we study three substructures in hypergraphs that generalize the notion of an Euler tour in a graph. A flag-traversing tour of a hypergraph corresponds to an Euler tour of its incidence graph, hence complete characterization of…

组合数学 · 数学 2016-08-04 M. Amin Bahmanian , Mateja Šajna

An Euler tour in a hypergraph $H$ is a closed walk that traverses each edge of $H$ exactly once, and an Euler family is a family of closed walks that jointly traverse each edge of $H$ exactly once. An $\ell$-covering $k$-hypergraph, for $2…

组合数学 · 数学 2021-01-28 Mateja Šajna , Andrew Wagner

Motivated by generalizations of de Bruijn cycles to various combinatorial structures (Chung, Diaconis, and Graham), we study various Euler tours in set systems. Let $\mathcal{G}$ be a hypergraph whose corank and rank are $c\geq 3$ and $k$,…

组合数学 · 数学 2024-03-20 Amin Bahmanian , Songling Shan

An Euler tour in a hypergraph (also called a rank-2 universal cycle or 1-overlap cycle in the context of designs) is a closed walk that traverses every edge exactly once. In this paper, we define a covering $k$-hypergraph to be a non-empty…

组合数学 · 数学 2021-01-13 Mateja Šajna , Andrew Wagner

By a tight tour in a $k$-uniform hypergraph $H$ we mean any sequence of its vertices $(w_0,w_1,\ldots,w_{s-1})$ such that for all $i=0,\ldots,s-1$ the set $e_i=\{w_i,w_{i+1}\ldots,w_{i+k-1}\}$ is an edge of $H$ (where operations on indices…

计算复杂性 · 计算机科学 2023-06-22 Zbigniew Lonc , Paweł Naroski , Paweł Rzążewski

The edges surrounding a face of a map $M$ form a cycle $C$, called the boundary cycle of the face, and $C$ is often not a simple cycle. If the map $M$ is arc-transitive, then there is a cyclic subgroup of automorphisms of $M$ which leaves…

组合数学 · 数学 2021-11-05 Jiyong Chen , Cai Heng Li , Cheryl E. Praeger , Shu-Jiao Song

The Euler tour technique is a classical tool for designing parallel graph algorithms, originally proposed for the PRAM model. We ask whether it can be adapted to run efficiently on GPU. We focus on two established applications of the…

数据结构与算法 · 计算机科学 2021-03-30 Adam Polak , Adrian Siwiec , Michał Stobierski

We present a first algorithm for finding Euler tours in undirected graphs in the StrSort model. This model is a relaxation of the semi streaming model. The graph is given as a stream of its edges and can only be read sequentially, but while…

数据结构与算法 · 计算机科学 2016-10-12 Lasse Kliemann , Jan Schiemann , Anand Srivastav

Euler diagrams are an intuitive and popular method to visualize set-based data. In a Euler diagram, each set is represented as a closed curve, and set intersections are shown by curve overlaps. However, Euler diagrams are not visually…

计算几何 · 计算机科学 2023-11-28 Xinyuan Yan , Peter Rodgers , Peter Rottmann , Daniel Archambault , Jan-Henrik Haunert , Bei Wang

We show that counting Euler tours in undirected bounded tree-width graphs is tractable even in parallel - by proving a $\#SAC^1$ upper bound. This is in stark contrast to #P-completeness of the same problem in general graphs. Our main…

计算复杂性 · 计算机科学 2015-12-15 Nikhil Balaji , Samir Datta , Venkatesh Ganesan

An Eulerian walk (or Eulerian trail) is a walk (resp. trail) that visits every edge of a graph $G$ at least (resp. exactly) once. This notion was first discussed by Leonhard Euler while solving the famous Seven Bridges of K\"{o}nigsberg…

离散数学 · 计算机科学 2021-03-16 Andrea Marino , Ana Silva

In this paper we give a simple polynomial-time algorithm to exactly count the number of Euler Tours (ETs) of any Eulerian graph of bounded treewidth. The problems of counting ETs are known to be #P-complete for general graphs (Brightwell…

离散数学 · 计算机科学 2013-10-02 Prasad Chebolu , Mary Cryan , Russell Martin

We study the problem of finding an Euler tour in an undirected graph G in the W-Streaming model with O(n polylog(n)) RAM, where n resp. m is the number of nodes resp. edges of G. Our main result is the first one pass W-Streaming algorithm…

数据结构与算法 · 计算机科学 2017-10-12 Christian Glazik , Jan Schiemann , Anand Srivastav

We show that a quasirandom $k$-uniform hypergraph $G$ has a tight Euler tour subject to the necessary condition that $k$ divides all vertex degrees. The case when $G$ is complete confirms a conjecture of Chung, Diaconis and Graham from 1989…

组合数学 · 数学 2020-03-11 Stefan Glock , Felix Joos , Daniela Kühn , Deryk Osthus

Not every graph has an Eulerian tour. But every finite, strongly connected graph has a multi-Eulerian tour, which we define as a closed path that uses each directed edge at least once, and uses edges e and f the same number of times…

组合数学 · 数学 2015-09-22 Matthew Farrell , Lionel Levine

An undirected graph is Eulerian if it is connected and all its vertices are of even degree. Similarly, a directed graph is Eulerian, if for each vertex its in-degree is equal to its out-degree. It is well known that Eulerian graphs can be…

数据结构与算法 · 计算机科学 2013-04-23 Fedor V. Fomin , Petr A. Golovach

We give a simple polynomial-time algorithm to exactly count the number of Euler Tours (ETs) of any Eulerian generalized series-parallel graph, and show how to adapt this algorithm to exactly sample a random ET of the given generalized…

数据结构与算法 · 计算机科学 2015-03-17 Prasad Chebolu , Mary Cryan , Russell Martin

Alternating Euler trails has been extensively studied for its diverse applications, for example, in genetic and molecular biology, social science and channel assignment in wireless networks, as well as for theoretical reasons. We will…

组合数学 · 数学 2022-10-11 Hortensia Galeana-Sánchez , Carlos Vilchis-Alfaro
‹ 上一页 1 2 3 10 下一页 ›