中文
相关论文

相关论文: Target Set in Threshold Models

200 篇论文

Consider a graph $G$ and an initial configuration where each node is black or white. Assume that in each round all nodes simultaneously update their color based on a predefined rule. One can think of graph $G$ as a social network, where…

数据结构与算法 · 计算机科学 2020-06-08 Ahad N. Zehmakan

Assume for a graph $G=(V,E)$ and an initial configuration, where each node is blue or red, in each discrete-time round all nodes simultaneously update their color to the most frequent color in their neighborhood and a node keeps its color…

数据结构与算法 · 计算机科学 2018-09-11 Ahad N. Zehmakan

Consider a graph G with n nodes and m edges, which represents a social network, and assume that initially each node is blue or white. In each round, all nodes simultaneously update their color to the most frequent color in their…

数据结构与算法 · 计算机科学 2023-02-15 Ahad N. Zehmakan

The Grundy number of a graph is the minimum number of colors needed to properly color the graph using the first-fit greedy algorithm regardless of the initial vertex ordering. Computing the Grundy number of a graph is an NP-Hard problem.…

组合数学 · 数学 2024-01-24 Thiago Assis , Gabriel Coutinho , Emanuel Juliano

The chromatic threshold of a graph $H$ is the minimum-degree density above which every $H$-free graph has bounded chromatic number. We study a two-color Ramsey analogue: for graphs $H_1$ and $H_2$, we ask for the minimum-degree density…

组合数学 · 数学 2026-05-12 Jun Gao , Hong Liu , Zhuo Wu , Yisai Xue

We call an edge colouring of a graph G a rainbow colouring if every pair of vertices is joined by a rainbow path, i.e., a path where no two edges have the same colour. The minimum number of colours required for a rainbow colouring of the…

组合数学 · 数学 2016-02-03 Annika Heckel , Oliver Riordan

We introduce a natural generalization of the Erd\H{o}s-R\'enyi random graph model in which random instances of a fixed motif are added independently. The binomial random motif graph $G(H,n,p)$ is the random (multi)graph obtained by adding…

组合数学 · 数学 2019-07-30 Michael Anastos , Peleg Michaeli , Samantha Petti

Consider a graph $G$, representing a social network. Assume that initially each node is colored either black or white, which corresponds to a positive or negative opinion regarding a consumer product or a technological innovation. In the…

社会与信息网络 · 计算机科学 2021-09-30 Charlotte Out , Ahad N. Zehmakan

Let $G$ be a graph, $r \geq t$ integers, and $N \subseteq E(G)$. An $(r,t)$-threshold-coloring of $G$ with respect to $N$ is a mapping $c: V(G) \rightarrow \{0,\ldots,r-1\}$ such that $|c(u)-c(v)| \leq t$ for every $uv \in N$ and…

组合数学 · 数学 2016-08-09 Gasper Fijavz , Matthias Kriesell

In this note, we investigate for various pairs of graphs $(H,G)$ the question of how many random edges must be added to a dense graph to guarantee that any red-blue coloring of the edges contains a red copy of $H$ or a blue copy of $G$. We…

组合数学 · 数学 2023-11-03 Emily Heath , Daniel McGinnis

Consider a graph $G=(V,E)$ and an initial random coloring where each vertex $v \in V$ is blue with probability $P_b$ and red otherwise, independently from all other vertices. In each round, all vertices simultaneously switch their color to…

数据结构与算法 · 计算机科学 2017-11-21 Bernd Gärtner , Ahad N. Zehmakan

This work will appear as a chapter in a forthcoming volume titled "Topics in Probabilistic Graph Theory". A theory of scaling limits for random graphs has been developed in recent years. This theory gives access to the large-scale geometric…

概率论 · 数学 2024-10-18 Louigi Addario-Berry , Christina Goldschmidt

A rainbow colouring of a connected graph is a colouring of the edges of the graph, such that every pair of vertices is connected by at least one path in which no two edges are coloured the same. Such a colouring using minimum possible…

离散数学 · 计算机科学 2012-05-09 L. Sunil Chandran , Deepak Rajendraprasad

We consider the chromatic number of the random Borsuk graph. The random Borsuk graph is obtained by sampling $n$ points i.i.d. uniformly at random on the $d$-dimensional sphere $S^d$, and joining a pair of points by an edge whenever their…

Suppose in a graph $G$ vertices can be either red or blue. Let $k$ be odd. At each time step, each vertex $v$ in $G$ polls $k$ random neighbours and takes the majority colour. If it doesn't have $k$ neighbours, it simply polls all of them,…

分布式、并行与集群计算 · 计算机科学 2019-08-01 Mohammed Amin Abdullah , Moez Draief

We consider the problem of online graph colouring. Whenever a node is requested, a colour must be assigned to the node, and this colour must be different from the colours of any of its neighbours. According to the greedy algorithm the node…

离散数学 · 计算机科学 2016-01-05 Wojciech Kordecki , Anna Łyczkowska-Hanćkowiak

We consider a class of growing random graphs obtained by creating vertices sequentially one by one: at each step, we choose uniformly the neighbours of the newly created vertex; its degree is a random variable with a fixed but arbitrary…

组合数学 · 数学 2013-11-13 Svante Janson , Simone Severini

We consider the Erd\H{o}s-R\'enyi evolution of random graphs, where a new uniformly distributed edge is added to the graph in every step. For every fixed $d\ge 1$, we show that with high probability, the graph becomes rigid in $\mathbb R^d$…

组合数学 · 数学 2022-09-14 Alan Lew , Eran Nevo , Yuval Peled , Orit E. Raz

The spectral radius of a graph is the spectral radius of its adjacency matrix. A threshold graph is a simple graph whose vertices can be ordered as $v_1, v_2, \ldots, v_n$, so that for each $2 \le i \le n$, vertex $v_i$ is either adjacent…

组合数学 · 数学 2024-12-23 Péter Csikvári , Ivan Damnjanović , Dragan Stevanović , Stephan Wagner

In this paper we study threshold coloring of graphs, where the vertex colors represented by integers are used to describe any spanning subgraph of the given graph as follows. Pairs of vertices with near colors imply the edge between them is…

‹ 上一页 1 2 3 10 下一页 ›