paper-with-me

Papers

JCOL: A Java package for solving the graph coloring problem

2020-04-03 · Journal of Open Source Software 2020 4 · Shalin Shah

The graph coloring problem aims at assigning colors to the nodes of a graph such that no two connected nodes have the same color. The graph coloring problem is NP-complete and one of the harder problems to solve. Here we present a randomized heuristic to solve this problem using three cascaded algorithms. The graph coloring problem was one of Karp’s 21 NP-complete problems, and is also know as the problem of finding the chromatic number of a graph. Several other problems reduce to graph coloring including solving generalized Sudoku puzzles.

📄 PDF Abstract BibTeX

Code (1)

shah314/graphcoloring

Similar Papers 제목 키워드 기반

Population-based Gradient Descent Weight Learning for Graph Coloring Problems

2019-09-05 · Olivier Goudet, Béatrice Duval, Jin-Kao Hao

Graph coloring involves assigning colors to the vertices of a graph such that two vertices linked by an edge receive different colors. Graph coloring problems are general models that are very useful to formulate many rel…

Distributed Answer Set Coloring: Stable Models Computation via Graph Coloring

2019-09-18 · Marco De Bortoli

Answer Set Programming (ASP) is a famous logic language for knowledge representation, which has been really successful in the last years, as witnessed by the great interest into the development of efficient solvers for A…

Solving Graph Coloring Problems with Abstraction and Symmetry

2014-09-18 · Michael Codish, Michael Frank, Avraham Itzhakov, Alice Miller

This paper introduces a general methodology, based on abstraction and symmetry, that applies to solve hard graph edge-coloring problems and demonstrates its use to provide further evidence that the Ramsey number $R(4,3,3…

Graph Coloring: Comparing Cluster Graphs to Factor Graphs

2021-10-05 · Simon Streicher, Johan du Preez

We present a means of formulating and solving graph coloring problems with probabilistic graphical models. In contrast to the prevalent literature that uses factor graphs for this purpose, we instead approach it from a c…

Computational Efficiencyvalid

TopicModel4J: A Java Package for Topic Models

2020-10-28 · Yang Qian, Yuanchun Jiang, Yidong Chai, Yezheng Liu 외

Topic models provide a flexible and principled framework for exploring hidden structure in high-dimensional co-occurrence data and are commonly used natural language processing (NLP) of text. In this paper, we design and…

LemmatizationTopic Models