1. What contributions have the authors mentioned in the paper "Counting spanning trees in graphs using modular decomposition" ?
In this paper the authors present an algorithm for determining the number of spanning trees of a graph G which takes advantage of the structure of the modular decomposition tree of G. Specifically, their algorithm works by contracting the modular decomposition tree of the input graph G in a bottom-up fashion until it becomes a single node ; then, the number of spanning trees of G is computed as the product of a collection of values which are associated with the vertices of G and are updated during the contraction process.. Therefore the authors give the first linear-time algorithm for the counting problem in the considered graph
read more
2. What is the importance of a spanning tree in graph theory?
In particular, counting spanning trees is an essential step in many methods for computing, bounding, and approximating network reliability [8]; in a network modeled by a graph, intercommunication between all nodes of the network implies that the graph must contain a spanning tree and, thus, maximizing the number of spanning trees is a way of maximizing reliability.
read more
3. What is the function for determining the determinant of a graph?
The elimination is applied on a contractible node t and is done by means of two functions, namely, Handle-Basic, in the case where Gt belongs to one of the graph classes of the family of basic graphs, and Handle-NonBasic, otherwise.
read more
4. What is the determinant of matrix M?
In order to compute the determinant of matrix M the authors zero the off-diagonal elements formed by the p× p submatrix of the first p rows and p columns.
read more
