中文
相关论文

相关论文: On a Clique-Based Integer Programming Formulation …

200 篇论文

We prove several results about the complexity of the role colouring problem. A role colouring of a graph $G$ is an assignment of colours to the vertices of $G$ such that two vertices of the same colour have identical sets of colours in…

数据结构与算法 · 计算机科学 2014-08-26 Christopher Purcell , M. Puck Rombach

Combinatorial optimization is a fundamental problem found in many fields. In many real life situations, the constraints and the objective function forming the optimization problem are naturally distributed amongst different sites in some…

密码学与安全 · 计算机科学 2018-03-16 Yuan Hong , Jaideep Vaidya , Haibing Lu

Graph coloring is a problem with varied applications in industry and science such as scheduling, resource allocation, and circuit design. The purpose of this paper is to establish if a new gradient based iterative solver framework known as…

机器学习 · 计算机科学 2024-04-24 Vivek Chaudhary

A graph is perfect if the chromatic number of every induced subgraph equals the size of its largest clique, and an algorithm of Gr\"otschel, Lov\'asz, and Schrijver from 1988 finds an optimal colouring of a perfect graph in polynomial time.…

组合数学 · 数学 2017-07-13 Maria Chudnovsky , Aurélie Lagoutte , Paul Seymour , Sophie Spirkl

Coloring games are combinatorial games where the players alternate painting uncolored vertices of a graph one of $k > 0$ colors. Each different ruleset specifies that game's coloring constraints. This paper investigates six impartial…

组合数学 · 数学 2012-02-28 Gabriel Beaulieu , Kyle Burke , Eric Duchêne

This paper continues the study of a new variant of graph coloring with a connectivity constraint recently introduced by Hsieh et al. [COCOON 2024]. A path in a vertex-colored graph is called conflict-free if there is a color that appears…

数据结构与算法 · 计算机科学 2025-12-15 Carl Feghali , Hoang-Oanh Le , Van Bang Le

We give a linear-time algorithm to decide 3-colorability of a triangle-free graph embedded in a fixed surface, and a quadratic-time algorithm to output a 3-coloring in the affirmative case. The algorithms also allow to prescribe the…

离散数学 · 计算机科学 2020-11-10 Zdenek Dvorak , Daniel Kral , Robin Thomas

We study vertex colorings of the square $G^2$ of an outerplanar graph $G$. We find the optimal bound of the inductiveness, chromatic number and the clique number of $G^2$ as a function of the maximum degree $\Delta$ of $G$ for all…

组合数学 · 数学 2007-06-12 Geir Agnarsson , Magnus Mar Halldorsson

A well-studied concept is that of the total chromatic number. A proper total colouring of a graph is a colouring of both vertices and edges so that every pair of adjacent vertices receive different colours, every pair of adjacent edges…

组合数学 · 数学 2010-09-14 Tom Coker , Karen Johannson

Scheduling wireless links for simultaneous activation in such a way that all transmissions are successfully decoded at the receivers and moreover network capacity is maximized is a computationally hard problem. Usually it is tackled by…

网络与互联网体系结构 · 计算机科学 2016-03-15 Fabio R. J. Vieira , José F. de Rezende , Valmir C. Barbosa

A total coloring of a graph $G = (V, E)$ is an assignment of colors to vertices and edges such that neither two adjacent vertices nor two incident edges get the same color, and, for each edge, the end-points and the edge itself receive…

离散数学 · 计算机科学 2022-02-03 Luca Ferrarini , Stefano Gualandi

This paper introduces a natural generalization of the classical edge coloring problem in graphs that provides a useful abstraction for two well-known problems in multicast switching. We show that the problem is NP-hard and evaluate the…

数据结构与算法 · 计算机科学 2015-12-31 Jonathan Turner

A lambda colouring (or $L(2,1)-$colouring) of a graph is an assignment of non-negative integers (with minimum assignment $0$) to its vertices such that the adjacent vertices must receive integers at least two apart and vertices at distance…

组合数学 · 数学 2019-01-07 Kaushik Majumder , Ushnish Sarkar

An edge-weighting of a graph is called vertex-coloring if the weighted degrees yield a proper vertex coloring of the graph. It is conjectured that for every graph without isolated edge, a vertex-coloring edge-weighting with the set {1,2,3}…

组合数学 · 数学 2023-05-04 Ralph Keusch

The problem of injective coloring in graphs can be revisited through two different approaches: coloring the two-step graphs and vertex partitioning of graphs into open packing sets, each of which is equivalent to the injective coloring…

组合数学 · 数学 2024-06-07 Babak Samadi , Nasrin Soltankhah , Ismael G. Yero

Many important science and engineering problems can be converted into NP-complete problems which are of significant importance in computer science and mathematics. Currently, neither existing classical nor quantum algorithms can solve these…

量子物理 · 物理学 2025-03-13 Junpeng Zhan

A proper edge $t$-coloring of a graph $G$ is a coloring of edges of $G$ with colors $1,2,...,t$ such that each of $t$ colors is used, and adjacent edges are colored differently. The set of colors of edges incident with a vertex $x$ of $G$…

离散数学 · 计算机科学 2012-05-02 R. R. Kamalian

Proper graph coloring assigns different colors to adjacent vertices of the graph. Usually, the number of colors is fixed or as small as possible. Consider applications (e.g. variants of scheduling) where colors represent limited resources…

组合数学 · 数学 2019-09-10 Tomáš Masařík

A conflict-free coloring of a graph $G$ is a (partial) coloring of its vertices such that every vertex $u$ has a neighbor whose assigned color is unique in the neighborhood of $u$. There are two variants of this coloring, one defined using…

We propose an unsupervised approach for learning vertex orderings for the maximum clique problem by framing it within a permutation-based framework. We transform the combinatorial constraints into geometric relationships such that the…

机器学习 · 计算机科学 2025-03-31 Yimeng Min , Carla P. Gomes