Problemas de particionamento de grafos em árvores monocromáticas

In this work, we study the Partitioning Graphs into Monochromatic Trees (PGMT) problem. In this problem, an edge-coloured graph G with n vertices is given, and the goal is to find the smallest number of vertex disjoint monochromatic trees that cover all the vertices of G. First, we study the computa...

ver descrição completa

Detalhes bibliográficos
Autor: Diego Rangel Piranga Costa
Tipo de documento: dissertação
Estado:Versão publicada
Data de publicação:2021
País:Brasil
Recursos:Universidade Federal de Minas Gerais (UFMG)
Repositório:Repositório Institucional da UFMG
Idioma:português
OAI Identifier:oai:repositorio.ufmg.br:1843/82526
Acesso em linha:http://hdl.handle.net/1843/82526
Access Level:Acceso aberto
Palavra-chave:Algoritmos
Árvores monocromáticas
Complexidade parametrizada
Grafos
Computação – Teses
Algoritmos de computador – Teses
Complexidade computacional – Teses
Árvores (Teoria dos grafos) - Teses
Descrição
Resumo:In this work, we study the Partitioning Graphs into Monochromatic Trees (PGMT) problem. In this problem, an edge-coloured graph G with n vertices is given, and the goal is to find the smallest number of vertex disjoint monochromatic trees that cover all the vertices of G. First, we study the computational complexity of this problem, in which we show that the PGMT is NP-complete when we consider some parameters such as: color frequency, maximum degree and number of colors; or when we restrict to the class of complete bipartite graphs where the number of trees is limited. We also show a lower bound for executing exact algorithms using the Exponential Time Hypothesis (ETH). More precisely, we show that there is δ > 0 such that PGMT cannot be resolved in time O(2δn), unless a ETH is false. As positive results, we present an algorithm of complexity O(n 2 ) when G is a tree and we also present an algorithm parameterized by the number of colors r and by the treewidth t of the input graph that runs in time O(n O(1)(r · t) 2t+1).