Generating Weakly Chordal Graphs from Arbitrary Graphs

03/20/2020
by   Sudiksha Khanduja, et al.
0

We propose a scheme for generating a weakly chordal graph from a randomly generated input graph, G = (V, E). We reduce G to a chordal graph H by adding fill-edges, using the minimum vertex degree heuristic. Since H is necessarily a weakly chordal graph, we use an algorithm for deleting edges from a weakly chordal graph that preserves the weak chordality property of H. The edges that are candidates for deletion are the fill-edges that were inserted into G. In order to delete a maximal number of fill-edges, we maintain these in a queue. A fill-edge is removed from the front of the queue, which we then try to delete from H. If this violates the weak chordality property of H, we reinsert this edge at the back of the queue. This loop continues till no more fill-edges can be removed from H. Operationally, we implement this by defining a deletion round as one in which the edge at the back of the queue is at the front.We stop when the size of the queue does not change over two successive deletion rounds and output H.

READ FULL TEXT
research
08/09/2019

Kernel for Kt-free edge deletion

In the K_t-free edge deletion problem, the input is a graph G and an int...
research
05/08/2019

A separator-based method for generating weakly chordal graphs

We propose a scheme for generating a weakly chordal graph on n vertices ...
research
10/02/2019

Parameterized complexity of edge-coloured and signed graph homomorphism problems

We study the complexity of graph modification problems for homomorphism-...
research
08/19/2020

Parameterized Algorithms for Queue Layouts

An h-queue layout of a graph G consists of a linear order of its vertice...
research
05/27/2019

Should I Include this Edge in my Prediction? Analyzing the Stability-Performance Tradeoff

Recent work addressing model reliability and generalization has resulted...
research
03/02/2018

On the Relation of Strong Triadic Closure and Cluster Deletion

We study the parameterized and classical complexity of two related probl...
research
07/04/2012

On Bayesian Network Approximation by Edge Deletion

We consider the problem of deleting edges from a Bayesian network for th...

Please sign up or login with your details

Forgot password? Click here to reset