中文
相关论文

相关论文: Application of Vertex coloring in a particular tri…

200 篇论文

The computation of short paths in graphs with arc lengths is a pillar of graph algorithmics and network science. In a more diverse world, however, not every short path is equally valuable. For the setting where each vertex is assigned to a…

数据结构与算法 · 计算机科学 2023-02-28 Matthias Bentert , Leon Kellerhals , Rolf Niedermeier

Vertex coloring and multicoloring of graphs are a well known subject in graph theory, as well as their applications. In vertex multicoloring, each vertex is assigned some subset of a given set of colors. Here we propose a new kind of vertex…

组合数学 · 数学 2018-09-13 Tanja Vojković , Damir Vukičević , Vinko Zlatić

Given a large social or information network, how can we partition the vertices into sets (i.e., colors) such that no two vertices linked by an edge are in the same set while minimizing the number of sets used. Despite the obvious practical…

社会与信息网络 · 计算机科学 2014-08-27 Ryan A. Rossi , Nesreen K. Ahmed

In this paper, we investigate the $k$-path coloring problem, a variant of vertex coloring arising in the context of integrated circuit manufacturing. In this setting, typical industrial instances exhibit a `tree-like' structure. We exploit…

离散数学 · 计算机科学 2019-04-29 Dehia Ait-Ferhat , Vincent Juliard , Gautier Stauffer , Andres Torres

Graph coloring is a fundamental problem in combinatorics with many applications in practice. In this problem, the vertices in a given graph must be colored by using the least number of colors in such a way that a vertex has a different…

数据结构与算法 · 计算机科学 2020-08-27 Arda Asik , Ibrahim Bugra Demir , Berker Demirel , Baris Batuhan Topal , Kamer Kaya

In this paper, we study unique colourings in random graphs as a generalization of both conflict-free and injective colourings. Specifically, we impose the condition that a fraction of vertices in the neighbourhood of any vertex are assigned…

组合数学 · 数学 2023-11-21 Ghurumuruhan Ganesan

In graph coloring problems, the goal is to assign a positive integer color to each vertex of an input graph such that adjacent vertices do not receive the same color assignment. For classic graph coloring, the goal is to minimize the…

数据结构与算法 · 计算机科学 2016-10-11 Joan Boyar , Leah Epstein , Lene M. Favrholdt , Kim S. Larsen , Asaf Levin

One method to obtain a proper vertex coloring of graphs using a reasonable number of colors is to start from any arbitrary proper coloring and then repeat some local re-coloring techniques to reduce the number of color classes. The Grundy…

离散数学 · 计算机科学 2024-03-05 Manouchehr Zaker

This chapter presents an introduction to graph colouring algorithms. The focus is on vertex-colouring algorithms that work for general classes of graphs with worst-case performance guarantees in a sequential model of computation. The…

数据结构与算法 · 计算机科学 2015-05-22 Thore Husfeldt

A coloring of the vertices of a connected graph is convex if each color class induces a connected subgraph. We address the convex recoloring (CR) problem defined as follows. Given a graph $G$ and a coloring of its vertices, recolor a…

离散数学 · 计算机科学 2019-12-02 Manoel Campêlo , Phablo F. S. Moura , Joel C. Soares

Graph colorings is a fundamental topic in graph theory that require an assignment of labels (or colors) to vertices or edges subject to various constraints. We focus on the harmonious coloring of a graph, which is a proper vertex coloring…

离散数学 · 计算机科学 2021-06-02 Ruxandra Marinescu-Ghemeci , Camelia Obreja , Alexandru Popa

A vertex colouring of a graph $G$ is "nonrepetitive" if $G$ contains no path for which the first half of the path is assigned the same sequence of colours as the second half. Thue's famous theorem says that every path is nonrepetitively…

组合数学 · 数学 2021-09-13 David R. Wood

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…

The problem of finding paths in temporal graphs has been recently considered due to its many applications. In this paper we consider a variant of the problem that, given a vertex-colored temporal graph, asks for a path whose vertices have…

数据结构与算法 · 计算机科学 2021-09-06 Riccardo Dondi , Mohammad Mehdi Hosseinzadeh

A coloring of a graph G = (V,E) is a partition {V1, V2, . . ., Vk} of V into independent sets or color classes. A vertex v Vi is a Grundy vertex if it is adjacent to at least one vertex in each color class Vj . A coloring is a Grundy…

离散数学 · 计算机科学 2015-02-13 Ali Mansouri , Mohamed Salim Bouhlel

We investigate the relationship between two kinds of vertex colorings of graphs: unique-maximum colorings and conflict-free colorings. In a unique-maximum coloring, the colors are ordered, and in every path of the graph the maximum color…

离散数学 · 计算机科学 2009-12-17 Panagiotis Cheilaris , Geza Toth

The paper considers the NP-hard graph vertex coloring problem, which differs from traditional problems in which it is required to color vertices with a given (or minimal) number of colors so that adjacent vertices have different colors. In…

离散数学 · 计算机科学 2025-02-24 Adil Erzin , Roman Plotnikov , Georgii Zhukov

The property of spatial mixing and strong spatial mixing in spin systems has been of interest because of its implications on uniqueness of Gibbs measures on infinite graphs and efficient approximation of counting problems that are otherwise…

概率论 · 数学 2012-07-06 David Gamarnik , Dmitry Katz , Sidhant Misra

For a fixed number of colors, we show that, in node-weighted split graphs, cographs, and graphs of bounded tree-width, one can determine in polynomial time whether a proper list-coloring of the vertices of a graph such that the total weight…

离散数学 · 计算机科学 2017-09-26 Cédric Bentz

A method for improving the efficiency of graph isomorphism testing is presented. The method uses the structure of the graph colored by vertex hash codes as a means of partitioning vertices into equivalence classes, which in turn reduces the…

数据结构与算法 · 计算机科学 2016-06-02 Thomas E. Portegys
‹ 上一页 1 2 3 10 下一页 ›