On generating k-factorable graphic sequences with connected (resp.no connected) k-factors

Asish Mukhopadhyay,Daniel John,Lucas Sarweh
2024-10-17
Abstract:In this note, we consider the problem of generating k-factorable graphic sequences with connected (resp. no connected) k-factors.
Data Structures and Algorithms,Combinatorics
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how to generate k - factorable graph sequences with connected (or disconnected) k - factors. ### Problem Background In graph theory, the degree sequence \(d = \langle d_1, d_2, \ldots, d_n \rangle\) of a graph \(G=(V, E)\) refers to the degree of each vertex in the graph. If there exists a graph \(G\) such that its degree sequence is \(d\), then \(d\) is said to be graphic. Further, if there exists a realization of a graph \(G\) that contains a \(k\)-regular spanning subgraph, then the degree sequence is said to be \(k\)-factorable. ### Paper Objectives The main objective of the paper is to study how to generate \(k\)-factorable graph sequences with specific properties, in particular: 1. **Connected \(k\)-factor**: Generate \(k\)-factorable graph sequences with connected \(k\)-factors. 2. **Disconnected \(k\)-factor**: Generate \(k\)-factorable graph sequences with disconnected \(k\)-factors. ### Solutions #### Generation of Connected \(k\)-factors To generate \(k\)-factorable graph sequences with connected \(k\)-factors, the paper proposes the following methods: 1. **Select parameters**: Select integer parameters \(a\) and \(b\) such that \(a\geq b > 0\), and select a positive integer sequence that satisfies the conditions of Theorem 3. 2. **Verify graph sequences**: Ensure that \(d - k\) is also graphic and satisfies inequality (2), that is: \[ \sum_{i = 1}^{s}d_i<s(n - s - 1)+\sum_{i = 0}^{s - 1}d_{n - i} \] where \(s < n/2\). #### Generation of Disconnected \(k\)-factors To generate \(k\)-factorable graph sequences with disconnected \(k\)-factors, the paper considers the following types of sequences: \[ d=(n - 1,\ldots,n - 1,x,\ldots,x,s,\ldots,s) \] where the length of the prefix subsequence is \(s\), each element is \(n - 1\), the length of the suffix subsequence is \(s\), and each element is \(s\). By choosing appropriate \(s\) and the intermediate value \(x\), a graph sequence with a disconnected \(k\)-factor can be constructed. ### Applications and Significance Generating such graph sequences is of great significance for testing algorithms, verifying conjectures, and exploring new problems in graph theory. In addition, these graph sequences can also be applied in fields such as computer graphics, for example, in the partitioning of quadrilateral and tetrahedral meshes. ### Conclusion The methods proposed in the paper provide effective solutions for generating \(k\)-factorable graph sequences with connected or disconnected \(k\)-factors and provide a basis for further research. Future research can explore more categories of \(k\)-factorable graph sequences and their applications.