Non-Inclusive 1-Good-Neighbor Diagnosability of Augmented Cubes

Abstract

The diagnosability of interconnection networks serves as a critical metric for evaluating the reliability of multiprocessor systems, as it quantifies the system’s capability to identify faulty processors. Among various diagnosability models, the non-inclusive g -good-neighbor diagnosability offers a more precise characterization of fault tolerance by considering both the non-inclusive nature of fault sets and the requirement of maintaining a certain number of good neighbors for non-faulty vertices. This study focuses on the non-inclusive 1-good-neighbor diagnosability of augmented cubes ( A Q n ), a class of interconnection networks with excellent topological properties. Through systematic analysis using structural construction, proof by contradiction, and induction, we derive the exact values of the non-inclusive 1-good-neighbor diagnosability of A Q n under two classic diagnosis models: under the PMC model, t N 1 ( A Q n )=8n27 for n23 ; under the MM* model, t N 1 ( A Q n )=6n17 for n13 . These results provide valuable insights for the design and optimization of reliable multiprocessor systems, and lay a foundation for extending the research to g2 or other network topologies.

Share and Cite:

Gan, W. , Geng, F. and Li, H. (2026) Non-Inclusive 1-Good-Neighbor Diagnosability of Augmented Cubes. Journal of Applied Mathematics and Physics, 14, 231-240. doi: 10.4236/jamp.2026.141011.

1. Introduction

The exponential growth of data volume and the increasing demand for high-performance computing have driven the rapid development of large-scale parallel processing systems. The interconnection network, as the communication backbone of multiprocessor systems, directly determines the efficiency and reliability of the entire system. Its topology, which describes the connection pattern between processors, plays a pivotal role in influencing system performance such as communication latency and fault tolerance [1] [2]. In practical operations, processor faults are inevitable due to hardware aging, environmental interference, or other factors. Therefore, accurately identifying faulty processors (i.e., fault diagnosis) is essential to ensure the continuous and stable operation of the system [3].

To address the fault diagnosis problem, two classic diagnosis models have been proposed: the PMC model [1] and the MM* model [2]. The PMC model diagnoses faults through mutual testing between adjacent processors, while the MM* model relies on comparison-based testing. For these models, two key propositions for distinguishing fault sets have been widely recognized [3] [4]:

Proposition 1. [3] For any two distinct sets F 1 , F 2 V( G ) , F 1 and F 2 are distinguishable under the PMC model if and only if there exists a vertex u F 1 F 2 ¯ and there exists a vertex v F 1 Δ F 2 such that uvE( G ) (See Figure 1(a)).

Proposition 2. [4] For any two distinct sets F 1 , F 2 V( G ) , F 1 and F 2 are distinguishable under the MM* model if and only if at least one of the following conditions is satisfied (See Figure 1(b)).

Figure 1. Illustration of Propositions 1.1 and 1.2.

(1) There exist three vertices u F 1 Δ F 2 and v,w F 1 F 2 ¯ such that uw,vwE( G ) .

(2) There exist three vertices u,v F 1 F 2 and w F 1 F 2 ¯ such that uw,vwE( G ) .

(3) There exist three vertices u,v F 2 F 1 and w F 1 F 2 ¯ such that uw,vwE( G ) .

In recent years, extensive research has been conducted on the diagnosability of various interconnection networks, including regular networks, matching composition networks, and lexicographic product networks [5]-[9]. As a generalized form of conditional diagnosability, the g -good-neighbor conditional diagnosability requires that each non-faulty vertex retains at least g neighbors within the non-faulty set, which more closely reflects the actual operating conditions of the system [10]. This metric has been applied to analyze the diagnosability of networks such as k-ary n-cubes, star graphs, and locally exchanged twisted cubes [11]-[13].

However, existing studies primarily focus on inclusive fault sets (i.e., one fault set is a subset of the other), while the probability of non-inclusive fault sets (i.e., neither F 1 F 2 nor F 2 F 1 ) cannot be ignored in practical scenarios [14]. To fill this gap, the concept of non-inclusive diagnosability has been proposed, and relevant research has been carried out for networks such as alternating group graphs, hypercubes, and ( n,k ) -star networks [15]-[18]. The non-inclusive g -good-neighbor diagnosability, which combines the advantages of non-inclusive fault sets and g -good-neighbor constraints, provides a more comprehensive measure of the system’s diagnosis capability [19]. For instance, in large-scale data centers where processors are geographically distributed across multiple clusters, failures often occur independently due to localized issues such as power outages, cooling system malfunctions, or hardware aging. These failures typically affect separate clusters rather than concentrating around a single vertex’s neighborhood, resulting in fault sets that do not include all neighbors of any vertex. Similarly, in distributed computing networks spanning multiple regions, communication delays or regional network disruptions can lead to simultaneous but isolated failures, forming non-inclusive fault patterns. The non-inclusive g -good-neighbor diagnosability has been studied in interconnection networks, hypercubes [20] [14].

The augmented cube A Q n is a promising interconnection network topology with superior properties such as high connectivity, symmetry, and fault tolerance [21]. Previous studies have investigated the diagnosability of A Q n under different models, and derived results such as its conditional diagnosability and g -good-neighbor conditional diagnosability [22]-[25]. However, the non-inclusive 1-good-neighbor diagnosability of A Q n remains unaddressed. This study aims to fill this research gap by systematically analyzing the structural characteristics of A Q n and deriving the exact values of its non-inclusive 1-good-neighbor diagnosability under the PMC and MM* models.

2. Preliminaries

For a simple undirected graph G=( V( G ),E( G ) ) , let V( G ) and E( G ) denote the vertex set and edge set of G , respectively. For a vertex uV( G ) , N G ( u ) represents the neighborhood of u (i.e., the set of vertices adjacent to u ), and d G ( u )=| N G ( u ) | denotes the degree of u . A graph G is called k -regular if d G ( u )=k for all uV( G ) . A vertex subset SV( G ) is referred to as a vertex cut if GS is disconnected.

The symmetric difference of two sets F 1 and F 2 is defined as F 1 Δ F 2 =( F 1 F 2 )\( F 1 F 2 ) , which consists of elements that belong to exactly one of the two sets. Two sets F 1 and F 2 are defined as non-inclusive if and only if neither F 1 is a subset of F 2 nor F 2 is contained in F 1 , mathematically expressed as F 1 F 2 and F 2 F 1 .

Definition 1. [19] A system G=( V,E ) is non-inclusive g -good-neighbor t -diagnosable if and only if F 1 and F 2 are distinguishable for any two distinct non-inclusive g -good-neighbor faulty subsets F 1 and F 2 of V( G ) with | F 1 |t and | F 2 |t . The non-inclusive g -good-neighbor diagnosability of G , denoted by t Ng ( G ) , is the maximum value of the integer t such that G is non-inclusive g -good-neighbor t -diagnosable.

Figure 2. A Q 2 and A Q 3 .

Definition 2. [26] A Q 1 is a complete graph K 2 with the vertex set { 0,1 } . For n2 , A Q n is obtained by taking two copies of the augmented cube A Q n1 , denoted by A Q n1 0 and A Q n1 1 , and adding 2× 2 n1 edges between the two as follows:

Let V( A Q n1 0 )={ 0 u n1 u 2 u 1 : u i =0or1 } and V( A Q n1 1 )={ 1 u n1 u 2 u 1 : u i =0or1 } . A vertex u=0 a n1 a 2 a 1 of V( A Q n 0 ) is adjacent to v=1 b n1 b 2 b 1 V( A Q n 1 ) of A Q n1 1 if and only if either

(1) a i = b i for 1in1 ; or

(2) a i = b ¯ i for 1in1 , where b ¯ i =1 b i .

According to Definition 1 of augmented cubes, we write this recursive construction of A Q n symbolically as A Q n =LR , where LA Q n1 0 and RA Q n1 1 . We call the edges between L and R crossed edges. Clearly, every vertex of A Q n is incident with two crossed edges. For an n -bit binary string u= a n a n1 a 1 , we use u i (respectively, u ¯ i ) to denote the binary string a n a ¯ i a 1 (respectively, a n a ¯ i a ¯ 1 ) which differs with u in the i th bit position (respectively, from the first to the i th bit positions). It is clear that u 1 = u ¯ 1 . We use u 1 rather than u ¯ 1 [26].

'The augmented cubes AQ2 and AQ3 are shown in Figure 2.

An alternative definition of A Q n is given in the following.

Definition 3. [26] The augmented cube A Q n of dimension n has 2 n vertices. Each vertex is labeled by a unique n -bit binary string as its address. Two vertices u= a n a n1 a 1 and v= b n b n1 b 1 are joined iff either (1) There exists an integer i , 1in , such that v= u i ; in this case, the edge is called a hypercube edge of dimension i , denoted by ( u, u i ) , or (2) There exists an integer i , 2in , such that v= u ¯ i ; in this case, the edge is called a complement edge of dimension i , denoted by ( u, u ¯ i ) .

Clearly, A Q n is ( 2n1 ) -regular. From the definition of A Q n , we have the useful properties as follows.

Lemma 3. [27] Let a cycle of four nodes { u,v,x,y } in A Q n , where v= u ¯ 2 , x= u ¯ 4 , and y= x ¯ 2 . | N( { u,v,x,y } ) |=8n28 for n5 .

Lemma 4. [26] Any two vertices in A Q n have at most four common neighbors for n3 .

Lemma 5 [28] Let X be a vertex set of A Q n ( n2 ).

1) If | X |=2 , then | N( X ) |4n8 ,

2) If | X |=3 , then | N( X ) |6n17 ,

3) If | X |=4 , then | N( X ) |8n28 ,

4) If | X |=5 , then | N( X ) |10n31 .

Lemma 6. [27] Let F be a vertices set of A Q n , | F |6n18 for n4 , A Q n F is either connected, or it consists of a large component, and all the small components contain at most 2 vertices.

Lemma 7. [28] Let F be a vertices set of A Q n , | F |8n42 for n8 , A Q n F is either connected, or it consists of a large component, and all the small components contain at most 3 vertices.

Lemma 8. [28] Let F be a vertices set of A Q n , | F |10n74 for n8 , A Q n F is either connected, or it consists of a large component, and all the small components contain at most 4 vertices.

Lemma 9. [29] Let P=( Y,X,Z ) be a path of length two in A Q n between Y

and Z for n5 . Then | N A Q n ( P ) |6n17 and | N A Q n ( X ) N A Q n ( Y ) N A Q n ( Z ) |1 . Furthermore, if Z= X ¯ n , we have | N A Q n ( P ) |6n15 .

Lemma 10. [30] A graph G has a perfect matching if and only if o( GX )| X | for all XV , where o( GX ) is the number of connected components of GX with odd order.

3. Non-Inclusive 1-Good-Neighbor Diagnosability of A Q n

3.1. Result under the PMC Model

In this section, we determine the non-inclusive g -good-neighbor diagnosability of A Q n under the PMC model for g=1 .

Lemma 11. Let A Q n be an n -dimensional augmented cube with n9 . Then t N 1 ( A Q n )8n27 .

Proof. Consider a 4-cycle A={ u,v,x,y } in A Q n , where v= u ¯ 2 , x= u ¯ 4 , and y= x ¯ 2 (the notation u ¯ i denotes the vertex obtained by flipping the i -th bit of u ). Let D= N A Q n ( A ) ; define two fault sets F 1 ={ u,v }D and F 2 ={ x,y }D . By Lemma 5, | D |=| N A Q n ( { u,v,x,y } ) |=8n28 for n5 . It is easy to verify that F 1 Δ F 2 ={ u,v,x,y } , and neither F 1 F 2 nor F 2 F 1 , indicating that F 1 and F 2 are non-inclusive sets.

Since uvE( A Q n ) and v F 2 , we have d A Q n F 2 ( u )1 and d A Q n F 2 ( v )1 ; similarly, xyE( A Q n ) implies d A Q n F 1 ( x )1 and d A Q n F 1 ( y )1 . Suppose there exists an isolated vertex wV( A Q n )\( F 1 F 2 ) , then N A Q n ( w ) F 1 F 2 . By Lemma 4, | N A Q n ( w ) N A Q n ( z ) |4 for any z{ u,v,x,y } . Since A Q n is ( 2n1 ) -regular, | N A Q n ( w ) |=2n117 when n9 , which implies that at least one neighbor of w is not in F 1 F 2 . This contradiction shows that δ( A Q n F 1 )1 and δ( A Q n F 2 )1 , that is, each vertex in A Q n F 1 and A Q n F 2 has at least one good neighbors, so F 1 and F 2 are non-inclusive 1-good-neighbor fault sets.

According to the PMC model’s diagnosis rules, F 1 and F 2 are indistinguishable because there is no vertex v F 1 F 2 that can distinguish them. Thus, A Q n is not non-inclusive 1-good-neighbor ( 8n26 ) -diagnosable, leading to t N 1 ( A Q n )8n27 .

Lemma 12. Let A Q n be an n -dimensional augmented cube with n23 . Then t N 1 ( A Q n )8n27 .

Proof. Assume for contradiction that there exist two distinct non-inclusive 1-good-neighbor fault sets F 1 and F 2 of A Q n with | F 1 |8n27 and | F 2 |8n27 , such that F 1 and F 2 are indistinguishable under the PMC model. First, we have | F 1 F 2 || F 1 |+| F 2 |16n54< 2 n for n23 , which implies that V( A Q n )\( F 1 F 2 ) is non-empty.

Since F 1 and F 2 are 1-good-neighbor fault sets, δ( A Q n F 1 )1 and δ( A Q n F 2 )1 . For n23 , | F 1 Δ F 2 |8n2910n74 , and | V( A Q n )\( F 1 F 2 ) | 2 n ( 16n54 )>4 for n7 . This indicates that A Q n ( F 1 F 2 ) contains a large connected component with at least 4 vertices.

Since F 1 and F 2 are indistinguishable, according to Proposition 1, all the vertices in F 1 Δ F 2 are not adjacent to each other in A Q n ( F 1 F 2 ) , which is N A Q n ( F 1 Δ F 2 ) F 1 F 2 . By Lemma 5, | N A Q n ( F 1 Δ F 2 ) |8n28 when | F 1 Δ F 2 |=4 , which implies | F 1 F 2 |8n28 . However, | F 1 F 2 |=| F 1 |+| F 2 || F 1 F 2 |( 8n27 )+( 8n27 )( | F 1 Δ F 2 | ) 16n544=16n58 , which contradicts | F 1 F 2 |8n28 for n23 . Thus, the lemma holds.

Theorem 13. For n23 , we have t N 1 ( A Q n )=8n27 .

Proof. The conclusion follows directly from Lemmas 11 and 12.

3.2. Result under the MM* Model

Lemma 14. For n13 , we have t N 1 ( A Q n )6n17 .

Proof. Consider a path A={ u,v,w } of order 3 (with two edges) in A Q n , where v= u ¯ i and w= u ¯ j (here, u ¯ k denotes the vertex formed by flipping the k -th bit of u ). Let D= N A Q n ( A ) , and define two fault sets F 1 ={ u }D and F 2 ={ w }D . By Lemma 5, the size of D (i.e., the neighborhood of path A ) is | D |=6n17 .

It is straightforward to verify that F 1 Δ F 2 ={ u,w } , and neither F 1 is a subset of F 2 nor F 2 is contained in F 1 , which confirms that F 1 and F 2 form a pair of non-inclusive sets. Since uvE( A Q n ) and v F 1 F 2 , we have d A Q n F 2 ( u )1 and d A Q n F 2 ( v )1 ; similarly, vwE( A Q n ) implies d A Q n F 1 ( v )1 and d A Q n F 1 ( w )1 .

By the construction of F 1 and F 2 , the neighborhood of the vertex set V( A Q n )\( F 1 F 2 { v } ) is entirely contained in F 1 F 2 . For n13 , | D |=6n17<8n42 , so Lemma 7 guarantees that A Q n ( F 1 F 2 ) remains connected. Additionally, the size of V( A Q n )\( F 1 F 2 { v } ) satisfies:

| V( A Q n ) || F 1 F 2 |1 2 n ( 6n15 )1= 2 n 6n+14>3

for n13 . This implies that A Q n ( F 1 F 2 { v } ) contains a large connected component, and thus δ( A Q n ( F 1 F 2 { v } ) )1 .

Under the MM* model, F 1 and F 2 are indistinguishable because there is no vertex outside F 1 F 2 that can distinguish the two fault sets. Therefore, A Q n is not non-inclusive 1-good-neighbor ( 6n16 ) -diagnosable, leading to the conclusion that t N 1 ( A Q n )6n17 .

Lemma 15. For n6 , we have t N 1 ( A Q n )6n17 .

Proof. Assume for contradiction that there exist two distinct non-inclusive 1-good-neighbor fault sets F 1 and F 2 of A Q n such that | F 1 |<6n17 , | F 2 |<6n17 , and F 1 and F 2 are indistinguishable under the MM* model. Without loss of generality, suppose F 1 F 2 and F 2 F 1 .

According to Proposition 2, we can obtain the definition of the MM* model’s indistinguishability, that is, for any vertex wV( A Q n )\( F 1 F 2 ) , the neighborhood N A Q n ( w ) cannot contain vertices from both F 1 \ F 2 and F 2 \ F 1 simultaneously. Let W denote the set of vertices in V( A Q n )\( F 1 F 2 ) whose neighborhoods intersect with F 1 Δ F 2 . For A Q n =A Q n1 0 A Q n1 1 (the recursive decomposition of augmented cubes), we have N A Q n ( w )\ F 1 F 2 \ F 1 or N A Q n ( w )\ F 2 F 1 \ F 2 for any wW .

By the structural properties of A Q n , | N A Q n ( w )( F 2 \ F 1 ) |6n19 and | N A Q n ( w )( F 1 \ F 2 ) |6n19 . Since A Q n is ( 2n1 ) -regular, the size of V( A Q n ) satisfies:

2 n =| F 1 F 2 |+| W |2( 6n15 )=12n30

However, for n>6 , 2 n >12n30 , which contradicts the above inequality. Furthermore, | V( A Q n )\( F 1 F 2 W ) |> 2 n 12n+30>2 for n>6 , implying the existence of a connected component G 1 in A Q n \( F 1 F 2 ) with | V( G 1 ) |3 .

Since F 1 and F 2 are non-inclusive 1-good-neighbor fault sets, δ( A Q n F 1 )1 and δ( A Q n F 2 )1 . The contradiction arises from the fact that the structural constraints of A Q n force F 1 and F 2 to be distinguishable under the MM* model. Thus, t N 1 ( A Q n )6n17 .

Theorem 16. For n13 , we have t N 1 ( A Q n )=6n17 under the MM* model.

Proof. Combining the results of Lemmas 14 and 15, the non-inclusive 1-good-neighbor diagnosability of A Q n under the MM* model is exactly 6n17 for n13 .

4. Discussion

The main results of this paper impose constraints on n : n23 for the PMC model and n13 for the MM* model. These constraints stem from two key aspects of the proof process: 1) The induction step relies on the minimum size of subgraph components in A Q n . For smaller n , the subgraphs may not retain the required connectivity and expansion properties, leading to the failure of key inequalities in the proof. 2) The verification of 1-good-neighbor condition requires sufficient neighbors for each fault-free vertex. For n<13 , the number of neighbors ( 2n1 ) is insufficient to guarantee at least one fault-free neighbor when facing the upper bound of fault sets.

Regarding the tightness of these constraints, we conjecture that they can be partially tightened. For example, preliminary analysis shows that the constraint for the MM* model may be reduced to n10 by optimizing the component size estimation in the proof. However, further verification requires refining the induction base and adjusting the fault set partitioning strategy, which will be the focus of future work.

Extending the current analysis to g -good-neighbor diagnosability with g2 faces three core challenges: 1) Fault set structure complexity: For g=2 , each fault-free vertex must have at least two fault-free neighbors, which requires stricter control over the distribution of fault sets. Unlike g=1 , the fault sets can no longer be concentrated in local regions, increasing the difficulty of partitioning and analysis. 2) Component connectivity requirements: The proof for g=1 leverages the 1-extra connectivity of A Q n , but for g2 , higher-order extra connectivity parameters (e.g., 2-extra connectivity) are needed and integrating this into diagnosability analysis requires new technical tools. 3. Model-specific constraints: Under the MM* model, the distinguishability conditions for g2 involve more complex test outcome combinations. The mutual testing between fault-free and faulty vertices requires more detailed case analysis, especially for non-adjacent fault-free vertices.

5. Conclusions

This study focuses on the non-inclusive 1-good-neighbor diagnosability of augmented cubes A Q n , a class of interconnection networks with excellent topological properties. Through systematic analysis of the structural characteristics of A Q n and rigorous mathematical proof, we derive the exact values of the non-inclusive 1-good-neighbor diagnosability under two classic fault diagnosis models: 1) Under the PMC model, t N 1 ( A Q n )=8n27 for n23 ; 2) Under the MM* model, t N 1 ( A Q n )=6n17 for n13 .

These findings quantify the fault tolerance capability of augmented cubes in the context of non-inclusive fault sets and 1-good-neighbor constraints, providing valuable theoretical support for the design and optimization of reliable multiprocessor systems. The proof methods adopted in this study, including structural construction, proof by contradiction, and induction, can be extended to the analysis of other interconnection network topologies.

Future research directions may include extending the results to g2 (i.e., non-inclusive g -good-neighbor diagnosability) and investigating the non-inclusive diagnosability of other network structures such as folded hypercubes, alternating group graphs, and ( n,k ) -star networks. Additionally, exploring the non-inclusive diagnosability under more realistic fault models (e.g., intermittent fault models) could further advance the research on network reliability.

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] Preparata, F.P., Metze, G. and Chien, R.T. (1967) On the Connection Assignment Problem of Diagnosable Systems. IEEE Transactions on Electronic Computers, 16, 848-854.[CrossRef]
[2] Maeng, J. and Malek, M. (1981) A Comparison Connection Assignment for Self-Diagnosis of Multiprocessor Systems. Proceedings of 11th International Symposium on Fault-Tolerant Computing, Portland, 24-26 June 1981, 31-36.
[3] Sengupta, A. and Dahbura, A.T. (1992) On Self-Diagnosable Multiprocessor Systems: Diagnosis by the Comparison Approach. IEEE Transactions on Computers, 41, 1386-1396.[CrossRef]
[4] Lai, P.-L., Tan, J.J.M., Chang, C.-P. and Hsu, L.-H. (2005) Conditional Diagnosability Measures for Large Multiprocessor Systems. IEEE Transactions on Computers, 54, 165-175.[CrossRef]
[5] Wang, D. (1999) Diagnosability of Hypercubes and Enhanced Hypercubes under the Comparison Diagnosis Model. IEEE Transactions on Computers, 48, 1369-1374.[CrossRef]
[6] Chang, G.-Y., Chang, G.J. and Chen, G.-H. (2005) Diagnosabilities of Regular Networks. IEEE Transactions on Parallel and Distributed Systems, 16, 314-323.[CrossRef]
[7] Li, X., Fan, J., Lin, C. and Jia, X. (2017) Diagnosability Evaluation of the Data Center Network Dcell. The Computer Journal, 61, 129-143.[CrossRef]
[8] Chen, M., Habib, M. and Lin, C. (2022) Diagnosability for a Family of Matching Composition Networks. The Journal of Supercomputing, 79, 7584-7608.[CrossRef]
[9] Chen, B. and Li, F. (2024) Diagnosability of the Lexicographic Product of Cycles and Paths under PMC Model. 2024 7th International Conference on Information and Computer Technologies (ICICT), Honolulu, 15-17 March 2024, 301-308.[CrossRef]
[10] Peng, S.L., Lin, C.K., Tan, J.J. and Hsu, L.H. (2012) The G-Good-Neighbor Conditional Diagnosability of Hypercube under PMC Model. Applied Mathematics and Computation, 218, 10406-10412.[CrossRef]
[11] Hsieh, S. and Kao, C. (2012). The Conditional Diagnosability of K-Ary N-Cubes under the Comparison Diagnosis Model. IEEE Transactions on Computers, 62, 839-843. [Google Scholar] [CrossRef]
[12] Li, D. and Lu, M. (2017) The G-Good-Neighbor Conditional Diagnosability of Star Graphs under the PMC and MM* Model. Theoretical Computer Science, 674, 53-59.[CrossRef]
[13] Liu, H.Q., Hu, X.L. and Gao, S. (2019) The g-Good-Neighbor Conditional Diagnosability of Locally Exchanged Twisted Cubes. The Computer Journal, 63, 89-90.[CrossRef]
[14] Ding, T., Xu, M. and Zhu, Q. (2020) The Non-Inclusive Diagnosability of Hypercubes under the MM* Model. International Journal of Foundations of Computer Science, 31, 929-940.[CrossRef]
[15] Ma, M., Xu, M., Ding, T., Li, X. and Zhu, Q. (2022) The Non-Inclusion Diagnosability of Hypercubes under the PMC Model. Journal of the Operations Research Society of China, 12, 478-484.[CrossRef]
[16] Zhuo, N., Zhang, S., Chang, J. and Ye, C. (2025) Non-Inclusive Diagnosability of Folded Hypercube-Like Networks. Discrete Applied Mathematics, 364, 237-246.[CrossRef]
[17] Zhuo, N., Zhang, S., Ye, C. and Li, Y. (2023) Non-Inclusive Diagnosability of Alternating Group Graphs. Parallel Processing Letters, 33, Article ID: 2350007.[CrossRef]
[18] Chen, Q., Liu, J., Lee, C., Wu, J. and Li, G. (2025) The Reliability of (n,k)-Star Network in Terms of Non-Inclusive Fault Pattern. Theoretical Computer Science, 1039, Article ID: 115189.[CrossRef]
[19] Yuan, J., Li, Y., Liu, A. and Qiao, H. (2022) The Non-Inclusive G-Good-Neighbor Diagnosability of Interconnection Networks. Theoretical Computer Science, 922, 179-192.[CrossRef]
[20] Zhang, S., Tian, T., Li, Y. and Ye, C. (2024) Non-Inclusive g-Good-Neighbour Diagnosability of Hypercubes. International Journal of Computer Mathematics: Computer Systems Theory, 9, 54-63.[CrossRef]
[21] Dahbura and Masson (1984) An 0(n2.5) Fault Identification Algorithm for Diagnosable Systems. IEEE Transactions on Computers, 33, 486-492.[CrossRef]
[22] Kan, S., Fan, J., Cheng, B., Wang, X. and Zhou, J. (2021) Structure Fault-Tolerance of the Augmented Cube. Journal of Internet Technology, 21, 1733-1746.
[23] Zhang, H., Xu, X., Wang, Z., Zhang, Q. and Yang, Y. (2021) (2n-3)-Fault-Tolerant Hamiltonian Connectivity of Augmented Cubes AQn. AIMS Mathematics, 6, 3486-3511.[CrossRef]
[24] Zhang, Q., Xu, L. and Yang, W. (2021) Reliability Analysis of the Augmented Cubes in Terms of the Extra Edge-Connectivity and the Component Edge-Connectivity. Journal of Parallel and Distributed Computing, 147, 124-131.[CrossRef]
[25] Hong, W. and Hsieh, S. (2011) Strong Diagnosability and Conditional Diagnosability of Augmented Cubes under the Comparison Diagnosis Model. IEEE Transactions on Reliability, 61, 140-148.[CrossRef]
[26] Ma, M., Liu, G. and Xu, J. (2008) The Super Connectivity of Augmented Cubes. Information Processing Letters, 106, 59-63.[CrossRef]
[27] Chang, N.-W. and Hsieh, S.-Y. (2012) Conditional Diagnosability of Augmented Cubes under the PMC Model. IEEE Transactions on Dependable and Secure Computing, 9, 46-60.[CrossRef]
[28] Cheng, E., Lipták, L., Qiu, K., Shen, Z. and Vangipuram, A. (2023) On the G-Extra Connectivity of Augmented Cubes. Theoretical Computer Science, 970, Article ID: 114059.[CrossRef]
[29] Ma, M., Song, Y., Xu, J. and Haynes, T.W. (2013) Fault Tolerance of Augmented Cubes. AKCE International Journal of Graphs and Combinatorics, 10, 37-55.[CrossRef]
[30] Bondy, J.A. and Murty, U.S.R. (2008) Graph Theory. Springer.

Copyright © 2026 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.