中文
相关论文

相关论文: Spanning Trees in Random Satisfiability Problems

200 篇论文

Let $G$ be a connected graph and $L(G)$ the set of all integers $k$ such that $G$ contains a spanning tree with exactly $k$ leaves. We show that for a connected graph $G$, the set $L(G)$ is contiguous. It follows from work of Chen, Ren, and…

组合数学 · 数学 2024-11-20 Kenta Noguchi , Carol T. Zamfirescu

We prove that every amenable one-ended Cayley graph has an invariant spanning tree of one end. More generally, for any 1-ended amenable unimodular random graph we construct a factor of iid percolation (jointly unimodular subgraph) that is…

概率论 · 数学 2020-05-11 Adam Timar

We consider the $k$-prize-collecting Steiner tree problem. An instance is composed of an integer $k$ and a graph $G$ with costs on edges and penalties on vertices. The objective is to find a tree spanning at least $k$ vertices which…

计算复杂性 · 计算机科学 2019-11-22 Lehilton Lelis Chaves Pedrosa , Hugo Kooki Kasuya Rosado

In this work, we study the color discrepancy of spanning trees in random graphs. We show that for the Erd\H{o}s-R\'enyi random graph $G(n,p)$ with $p$ above the connectivity threshold, the following holds with high probability: in every…

组合数学 · 数学 2025-11-10 Wenchong Chen , Xiao-Chuan Liu , Xu Yang

Graph connectivity is a fundamental combinatorial optimization problem that arises in many practical applications, where usually a spanning subgraph of a network is used for its operation. However, in the real world, links may fail…

数据结构与算法 · 计算机科学 2022-09-13 Dimitris Fotakis , Evangelia Gergatsouli , Charilaos Pipis , Miltiadis Stouras , Christos Tzamos

Characterization of joint probability distribution for large networks of random variables remains a challenging task in data science. Probabilistic graph approximation with simple topologies has practically been resorted to; typically the…

数据结构与算法 · 计算机科学 2024-04-10 Fereshteh R. Dastjerdi , Liming Cai

In this paper we give an exact analytical expression for the number of spanning trees of an infinite family of outerplanar, small-world and self-similar graphs. This number is an important graph invariant related to different topological…

组合数学 · 数学 2015-06-11 Francesc Comellas , Alicia Miralles , Hongxiao Liu , Zhongzhi Zhang

Answering connectivity queries is fundamental to fully dynamic graphs where edges and vertices are inserted and deleted frequently. Existing work proposes data structures and algorithms with worst-case guarantees. We propose a new data…

数据结构与算法 · 计算机科学 2022-07-19 Qing Chen , Oded Lachish , Sven Helmer , Michael Böhlen

We investigate the problem of sequentially predicting the binary labels on the nodes of an arbitrary weighted graph. We show that, under a suitable parametrization of the problem, the optimal number of prediction mistakes can be…

机器学习 · 计算机科学 2012-12-27 Nicolo' Cesa-Bianchi , Claudio Gentile , Fabio Vitale , Giovanni Zappella

We consider the problem of constructing optimal decision trees: given a collection of tests which can disambiguate between a set of $m$ possible diseases, each test having a cost, and the a-priori likelihood of the patient having any…

数据结构与算法 · 计算机科学 2017-04-24 Anupam Gupta , Viswanath Nagarajan , R. Ravi

A tree is called k-ended tree if it has at most k leaves, where a leaf is a vertex of degree one. In this paper we prove that every 3-regular connected graph with n vertices such that n is greater than 8 has spanning sub tree with at most…

组合数学 · 数学 2016-06-22 Hamed Ghasemian Zoeram , Daniel Yaqubi

We study the arboricity A and the maximum number T of edge-disjoint spanning trees of the Erdos-Renyi random graph G(n,p). For all p(n) in [0,1], we show that, with high probability, T is precisely the minimum between delta and…

组合数学 · 数学 2014-05-29 Pu Gao , Xavier Pérez-Giménez , Cristiane M. Sato

Daily internet communication relies heavily on tree-structured graphs, embodied by popular data formats such as XML and JSON. However, many recent generative (probabilistic) models utilize neural networks to learn a probability distribution…

机器学习 · 计算机科学 2024-08-20 Milan Papež , Martin Rektoris , Tomáš Pevný , Václav Šmídl

Graph neural networks are useful for learning problems, as well as for combinatorial and graph problems such as the Subgraph Isomorphism Problem and the Traveling Salesman Problem. We describe an approach for computing Steiner Trees by…

机器学习 · 计算机科学 2023-05-02 Reyan Ahmed , Mithun Ghosh , Kwang-Sung Jun , Stephen Kobourov

The class of self-nested trees presents remarkable compression properties because of the systematic repetition of subtrees in their structure. In this paper, we provide a better combinatorial characterization of this specific family of…

数据结构与算法 · 计算机科学 2018-10-26 Romain Azaïs , Jean-Baptiste Durand , Christophe Godin

We prove a lower bound on the number of spanning two-forests in a graph, in terms of the number of vertices, edges, and spanning trees. This implies an upper bound on the average cut size of a random two-forest. The main tool is an identity…

组合数学 · 数学 2023-08-09 Harry Richman , Farbod Shokrieh , Chenxi Wu

In this lecture we will consider the minimum weight spanning tree (MST) problem, i.e., one of the simplest and most vital combinatorial optimization problems. We will discuss a particular greedy algorithm that allows to compute a MST for…

数据结构与算法 · 计算机科学 2012-09-21 O. Melchert

In this article, Temperley's bijection between spanning trees of the square grid on the one hand, and perfect matchings (also known as dimer coverings) of the square grid on the other, is extended to the setting of general planar directed…

组合数学 · 数学 2007-05-23 Richard W. Kenyon , James G. Propp , David B. Wilson

A tree with at most $k$ leaves is called a $k$-ended tree. A spanning 2-ended tree is a Hamilton path. A Hamilton cycle can be considered as a spanning 1-ended tree. The earliest result concerning spanning trees with few leaves states that…

组合数学 · 数学 2014-09-09 Zh. G. Nikoghosyan

We significantly improve known time bounds for solving the minimum cut problem on undirected graphs. We use a ``semi-duality'' between minimum cuts and maximum spanning tree packings combined with our previously developed random sampling…

数据结构与算法 · 计算机科学 2007-05-23 David R. Karger