Estudo comparativo de meta-heurísticas para problemas de colorações de grafos

A classic graph coloring problem is to assign colors to vertices of any graph so that distinct colors are assigned to adjacent vertices. Optimal graph coloring colors a graph with a minimum number of colors, which is its chromatic number. Finding out the chromatic number is a combinatorial optimization problem proven to be computationally intractable, which implies that no algorithm that computes large instances of the problem in a reasonable time is known. For this reason, approximate methods and metaheuristics form a set of techniques that do not guarantee optimality but obtain good solutions in a reasonable time. This paper reports a comparative study of the Hill-Climbing, Simulated Annealing, Tabu Search, and Iterated Local Search metaheuristics for the classic graph coloring problem considering its time efficiency for processing the DSJC125 and DSJC250 instances of the DIMACS benchmark.

READ FULL TEXT
research
03/21/2020

A proof of the Total Coloring Conjecture

A total coloring of a graph G is a map f:V(G) ∪ E(G) →𝒦, where 𝒦 is a se...
research
02/10/2018

On the Tractability of (k,i)-Coloring

In an undirected graph, a proper (k, i)-coloring is an assignment of a s...
research
11/30/2018

A Branch and Price Algorithm for List Coloring Problem

Coloring problems in graphs have been used to model a wide range of real...
research
12/24/2019

A Brooks-like result for graph powers

Coloring a graph G consists in finding an assignment of colors c: V(G)→{...
research
02/19/2021

A matheuristic approach for the b-coloring problem using integer programming and a multi-start multi-greedy randomized metaheuristic

Given a graph G=(V,E), the b-coloring problem consists in attributing a ...
research
04/14/2022

A Fixed-Parameter Algorithm for the Kneser Problem

The Kneser graph K(n,k) is defined for integers n and k with n ≥ 2k as t...
research
04/01/2016

Reinforcement learning based local search for grouping problems: A case study on graph coloring

Grouping problems aim to partition a set of items into multiple mutually...

Please sign up or login with your details

Forgot password? Click here to reset