Next Article in Journal
Revisiting the Group Classification of the General Nonlinear Heat Equation ut = (K(u)ux)x
Previous Article in Journal
Adaptive Transformer-Based Deep Learning Framework for Continuous Sign Language Recognition and Translation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Partial Total Domination in Hypergraphs

School of Mathematics and Statistics, Yunnan University, Kunming 650106, China
*
Author to whom correspondence should be addressed.
Submission received: 31 January 2025 / Revised: 3 March 2025 / Accepted: 6 March 2025 / Published: 8 March 2025

Abstract

:
This paper establishes fundamental results for partial total domination in hypergraphs. We present tight bounds for the partial total domination number in k-uniform hypergraphs, demonstrate relationships with classical domination parameters, and provide constructive proofs using hypergraph transformation techniques. Applications in sensor networks and biological systems are discussed with supporting examples. Key results include a general upper bound of k k 1 γ ( H ) for k-uniform hypergraphs without isolated vertices, verified through both analytic methods and computational examples.

1. Introduction

Hypergraphs extend the traditional notion of undirected graphs by permitting edges to encompass more than two vertices. Precisely, a finite hypergraph H = ( V , E ) comprises a finite set V of vertices and a collection E of non-empty subsets of V. The elements of V are called vertices and the elements of E are called hyperedges, or simply edges of the hypergraph. An r-edge is defined as a hyperedge containing exactly r vertices. The rank of the hypergraph H, denoted as r ( H ) , represents the size of its largest hyperedge. If every hyperedge in H is an r-edge, we categorize H as an r-uniform hypergraph. A hypergraph is deemed linear if every pair of hyperedges intersects in at most one vertex. Notably, every simple graph can be regarded as a linear 2-uniform hypergraph. This paper focuses on hypergraphs of rank r 2 , where each hyperedge contains at least two vertices, and multiple hyperedges are absent. For a hypergraph H, we denote the order (the number of vertices) by n H = | V | (or n ( H ) ) and the size (the number of hyperedges) by m H = | E | (or m ( H ) ). When the hypergraph H is evident from context, we use n and m for brevity. The degree d H ( v ) (or d ( v ) ) of a vertex v in H quantifies the count of hyperedges in H that include v. A vertex exhibiting degree k is classified as a degree-k vertex. The minimum and maximum degrees among the vertices of H are represented by δ ( H ) and Δ ( H ) , respectively. Two vertices u and v in H are defined as adjacent if there exists a hyperedge e of H such that { u , v } e . The open neighborhood of a vertex v in H, denoted N H ( v ) , consists of all vertices distinct from v which are adjacent to v [1].
Hypergraphs provide a generalized framework for graph theory, allowing edges (hyperedges) to interconnect multiple vertices simultaneously. This characteristic renders them exceptionally effective for modeling intricate systems with multi-way interactions, evident in areas such as biological protein interactions [2], overlapping communities in social networks [3,4,5,6,7], and frameworks for distributed computation [8,9,10]. The notion of domination within hypergraphs was first rigorously articulated by Acharya [11]. In this context, a dominating set D within a hypergraph H is defined as a subset of vertices such that every vertex v V ( H ) D shares at least one hyperedge with a vertex in D. Hence, every vertex external to D must be adjacent to at least one vertex in D. The domination number, denoted γ ( H ) , signifies the minimum size of such a dominating set. Further research by Bujtás et al. [12] broadened the concept of total domination to hypergraphs, highlighting its significance in redundancy-critical systems where the continuous monitoring or coverage of nodes is paramount. Total domination mandates that every vertex in H, including those in the dominating set D, is adjacent to at least one vertex from D. A matching within a hypergraph H comprises a collection of pairwise disjoint hyperedges, and the matching number α ( H ) denotes the maximal size of such a matching. Conversely, a transversal (or cover) is a subset D of vertices that intersects each hyperedge of H, with the transversal number τ ( H ) representing the minimal size of such a transversal. The study of transversals and matchings in hypergraphs has garnered significant attention in the literature (see, e.g., [13,14,15]). In parallel, the domain of domination in hypergraphs has become increasingly prominent since Acharya’s foundational work, with subsequent enhancements detailed in [16,17].
Partial domination, as introduced by Caro and Hansberg [18], alleviates the stringent demands of classical domination by permitting sections of a graph to remain undominated, provided that the undominated subgraph excludes particular structures, such as edges or cycles. For instance, isolating a network to impede the spread of a pathogen can be represented by ensuring that the undominated subgraph lacks edges [19,20]. Recently, Li et al. [21] extended partial domination into the realm of hypergraphs, introducing the concept of F-isolating sets. These sets ensure that the residual subhypergraph avoids specific hypergraph configurations from a predefined family F, such as hyperedges or cycles.
Let H = ( V , E ) be a hypergraph, and let F denote a family of hypergraphs. A subset S V is defined as an F-isolating set of H if the subhypergraph induced by V N [ S ] is free of members from F. The F-isolation number of H, denoted ι ( H , F ) , signifies the minimal size of such an F-isolating set. Should F = { F } , then ι ( H , F ) may also be expressed as ι F ( H ) . Furthermore, a subset S V is regarded as an isolating set of H if the subhypergraph induced by V N [ S ] forms an independent set within H. The isolation number of H, denoted ι ( H ) , represents the minimum size of such an isolating set. If S qualifies as an isolating set of H, it is said that S can isolate the hypergraph H, or the vertex set V.
The concept of partial total domination, which merges aspects of both partial and total domination, was recently proposed for graphs by Macapodi et al. [22]. This framework guarantees exhaustive coverage—ensuring no node is “offline”—all while imposing constraints on the architectures of residual structures, such as obstructing malevolent pathways. However, in hypergraphs—where interactions naturally involve multiple entities—a corresponding framework is not yet established. This deficiency restricts applications across critical sectors, including the following:
  • Cybersecurity: Facilitating redundant sensor oversight (total domination) while interrupting attack hyperpaths (partial constraints) [23].
  • Bioinformatics: Targeting protein complexes (hyperedges) while mitigating toxic interactions within residual networks [24].
To address this gap, we propose the concept of partial total domination in hypergraphs, synthesizing total domination with F-isolation. Formally, for a hypergraph H = ( V , E ) and a family F, a subset S V is defined as a partial total F-dominant set if it fulfills the following criteria:
  • Total Domination: Every vertex v V must share at least one hyperedge with a vertex in S.
  • Partial Constraint: The subhypergraph H [ V S ] must contain no members from F.
The partial total F -domination number of S is the minimum cardinality of a partial total F -dominant set of S, denoted by γ t , F ( H ) .

2. Main Results

Theorem 1
(Main Bound). For any k-uniform hypergraph H without isolated vertices, the following is true:
γ t , F ( H ) k k 1 γ ( H ) .
Proof. 
Let D be a minimum dominating set. We construct D pt through vertex replacement:
  • Find each v D not adjacent to other D-vertices.
  • Choose u N ( v ) D (exists by uniformity and no isolation).
  • Replace v with u.
Total additions are bounded by | D | k 1 ; hence,
| D pt | | D | + | D | k 1 = k k 1 γ ( H ) .
The next theorem explains relationships between partial total domination and other hypergraph parameters.
Theorem 2.
Let H = ( V , E ) be a hypergraph with
  • Domination number γ ( H ) ;
  • Partial F -isolation number ι ( H , F ) ;
  • Matching number α ( H ) .
The partial total F -domination number γ t , F ( H ) satisfies
γ ( H ) γ t , F ( H ) ι ( H , F ) + α ( H ) .
Proof. 
Lower Bound ( γ t , F ( H ) γ ( H ) ): A partial total F -dominating set S V must dominate all vertices (by total domination). Hence, S is also a dominating set, so | S | γ ( H ) .
Upper Bound ( γ t , F ( H ) ι ( H , F ) + α ( H ) ): Let S 1 be a minimum F -isolating set ( | S 1 | = ι ( H , F ) ), ensuring H [ V S 1 ] is F -free. Let M be a maximum matching in H [ V S 1 ] , so | M | α ( H ) . For each edge e M , pick one vertex v e e . Define S = S 1 { v e e M } .
  • Total Domination: Every vertex in V S 1 is either in M-edges (dominated by v e ) or adjacent to S 1 .
  • Partial Constraint: H [ V S ] H [ V S 1 ] , which is F -free.
  • Size: | S | | S 1 | + | M | ι ( H , F ) + α ( H ) . □
Example 1
(3-Uniform Hypergraph). Let H have vertices { a , b , c , d , e , f } and hyperedges { a , b , c } , { c , d , e } , { e , f , a } (see Figure 1). Let F = { 2 - edges } :
  • γ ( H ) = 2 (e.g., S = { a , c } );
  • ι ( H , F ) = 1 (e.g., S 1 = { a } );
  • α ( H ) = 1 (matching M = { { c , d , e } } );
  • γ t , F ( H ) = 2 ι ( H , F ) + α ( H ) = 2 .
Theorem 3
(Uniform Hypergraph Bound). Let H be a connected r-uniform hypergraph with n vertices. If F excludes hyperedges of size r 1 , then
γ t , F ( H ) n r 1 .
Proof. 
Partition V ( H ) into k = n r 1 subsets S 1 , , S k , each of size r 1 . Each S i dominates r vertices (including itself). The residual subhypergraph H [ V S ] contains no forbidden edges by the F -constraint. □
Theorem 4
(Complexity). Computing γ t , F ( H ) is NP-hard for r-uniform hypergraphs ( r 3 ), even when F = { e } .
Proof. 
Reduce from 3-SAT. For a formula ϕ , construct H ϕ where clauses map to hyperedges and consistency edges enforce variable assignments. A PTD set corresponds to a satisfying assignment. □
Theorem 5
(Approximation Algorithm). A greedy algorithm achieves a ln ( r ) -approximation for γ t , F ( H ) in r-uniform hypergraphs.
Proof. 
At each step, select the vertex covering the maximum number of undominated vertices. This mimics the greedy Set Cover algorithm with a ln ( r ) ratio. □
Definition 1
([25]). The families H and H 3 Let H 1 , H 2 , , H 15 denote the fifteen hypergraphs illustrated in Figure 2. A hypergraph H under is defined as a hypergraph whose connected components are each isomorphic to one of the hypergraphs H i for some i such that 1 i 15 . Each connected component of H under is referred to as a unit of H under . Within every unit, the vertices are colored using two colors, black and white, as depicted in Figure 2. The white vertices are termed link vertices, while the black vertices are designated as non-link vertices. Now, let H be a hypergraph that is constructed from H under by the addition of edges with a size of at least three, referred to as link edges. These link edges must fulfill the following criteria:
1. 
Each added edge must contain vertices sourced from at least two distinct units.
2. 
Each added edge may consist solely of link vertices.
The resultant hypergraph H may either be disconnected or may coincide with one of the hypergraphs H i for some i such that 1 i 15 . The hypergraph H under is termed the underlying hypergraph of H, and we denote by U ( H under ) the collection of all units within H under . Finally, let H represent the family of all such hypergraphs H, and denote by H 3 the subfamily of H that consists exclusively of all 3-uniform hypergraphs contained in H .
Theorem 6
(Partial Total Domination in H ). Let H H and F = { H 1 , H 2 , , H 15 } { link edges } . Then,
γ t , F ( H ) i = 1 k γ t ( U i ) + τ ( L ) .
where γ t ( U i ) is the total domination number of the i-th unit U i , τ ( L ) is the transversal number of the link edges, and k is the number of units.
Proof. 
Construction of S: For each unit U i , let S i be a minimum total dominating set ( | S i | = γ t ( U i ) ). Let T be a minimum transversal for the link edges ( | T | = τ ( L ) ). Define S = i = 1 k S i T .
Total Domination:
  • Within units: Each vertex in U i is dominated by S i .
  • Link vertices: Every link vertex not in S lies in a link edge intersected by T.
F -Free Residual:
  • Units: H [ V S ] contains no unit H j F .
  • Link edges: T intersects all link edges.
Bound: | S | = i = 1 k γ t ( U i ) + τ ( L ) . □
Example 2
(Tightness of the Bound). Consider H H with the following:
  • Units: Two copies of H 1 , each with vertices { a , b , c , d } .
  • Link edge: e = { a 1 , a 2 , x } , where a 1 a n d a 2 are link vertices from each H 1 .
Steps:
  • Total domination in units: γ t ( H 1 ) = 2 (e.g., S 1 = { a , c } ).
  • Transversal: τ ( L ) = 1 (select a 1 ).
  • PTD set: S = { a , c , a , c , a 1 } .
Result: γ t , F ( H ) = 5 = γ t ( U i ) + τ ( L ) . The bound is tight.
Theorem 7.
For any hypergraph H = ( V , E ) without isolated vertices,
γ t , F ( H ) γ ( H ) .
Proof. 
Every partial total dominating set D pt is by definition a dominating set. Since γ ( H ) is the minimum cardinality of any dominating set, the inequality follows directly. □
Theorem 8
(Regular Hypergraphs). Let H be an r-regular k-uniform hypergraph. Then,
γ t , F ( H ) r r 1 γ ( H ) .
Proof. 
Let D be a minimum dominating set. Each vertex v D appears in exactly r hyperedges. For each v D not satisfying the total condition, carry out the following:
  • Select one hyperedge e v .
  • Replace v with k 1 vertices from e.
Each replacement adds k 1 r vertices per deficient v. Combining with regularity:
| D pt | γ ( H ) + γ ( H ) ( k 1 ) r = r + k 1 r γ ( H ) .
For k = 2 (graphs), this reduces to r r 1 γ ( H ) . □
Theorem 9
(NP-Completeness). The decision problem for partial total domination is NP-complete for k-uniform hypergraphs ( k 3 ).
Proof. 
Reduction from Exact Cover:
  • Let ( U , S ) be an instance of Exact Cover.
  • Construct hypergraph H with V = U { x } .
  • For each S S , add hyperedge S { x } .
  • H has a partial total dominating set of size t if S contains an Exact Cover of size t 1 .
Since Exact Cover is NP-complete, the result follows. □
Theorem 10
(Linear Hypergraphs). For linear k-uniform hypergraphs,
γ t , F ( H ) 2 γ ( H ) .
Proof. 
In linear hypergraphs, any two hyperedges intersect in at most one vertex. Let D be a minimum dominating set:
  • For each v D , if isolated in D, select a hyperedge e v .
  • Add one vertex from e adjacent to v.
By linearity, each addition affects only one hyperedge. Total additions γ ( H ) ; hence,
| D pt | γ ( H ) + γ ( H ) = 2 γ ( H ) .
Example 3
(Linear Hypergraph). Consider a 3-uniform linear hypergraph with
E = { { v 1 , v 2 , v 3 } , { v 4 , v 5 , v 6 } , { v 1 , v 4 , v 7 } }
Minimum dominating set D = { v 1 , v 4 } . The partial total dominating set D pt = { v 1 , v 2 , v 4 , v 5 } satisfies | D pt | = 2 γ ( H ) .

3. Application: Sensor Network Coverage

3.1. Problem Statement

Deploy sensors to monitor regions (modeled as hyperedges) with the following requirements:
  • Each region must contain at least one active sensor (domination).
  • Every active sensor must have at least one neighboring active sensor (total domination).
  • Minimize the number of active sensors (partial domination).

3.2. Hypergraph Model

  • Vertices (Sensors): S = { s 1 , s 2 , s 3 , s 4 , s 5 } .
  • Hyperedges (Regions): E = { { s 1 , s 2 , s 3 } , { s 2 , s 4 } , { s 3 , s 4 , s 5 } } (see Figure 3).
Each hyperedge corresponds to a region that must be covered by at least one sensor and the sensors within a hyperedge are adjacent to each other.

3.3. Optimal PTD Solution

The minimal partial total dominating set is D = { s 2 , s 3 } (see Table 1), verified by the following:
The partial total dominating set (PTD set) is a subset of sensors D V that satisfies the following:
  • Domination: Every region (hyperedge) contains at least one sensor from D.
  • Total Domination: Every sensor in D has at least one neighboring sensor in D.
  • Partial Constraint: The number of sensors in D is minimized.

4. Conclusions

This paper introduced the concept of partial total domination in hypergraphs, combining total domination with partial constraints to ensure the residual subhypergraph avoids forbidden structures. Key results include the bound γ t , F ( H ) k k 1 γ ( H ) for k-uniform hypergraphs, the relationship γ t , F ( H ) ι ( H , F ) + α ( H ) , and the bound γ t , F ( H ) n r 1 for r-uniform hypergraphs. We proved that computing γ t , F ( H ) is NP-hard for r 3 and provided a ln ( r ) -approximation algorithm. Applications in sensor networks demonstrate the practical relevance of partial total domination. Future work includes characterizing hypergraphs achieving equality in bounds, studying dynamic hypergraphs, and developing distributed algorithms.

5. Open Problems

  • Characterize hypergraphs achieving equality in γ t , F ( H ) ι ( H , F ) + α ( H ) .
  • Study PTD in dynamic hypergraphs with evolving vertex/edge sets.
  • Determine if PTD can be approximated within o ( ln r ) for r-uniform hypergraphs.

Author Contributions

Investigation, A.S. and C.L.; Writing—original draft, A.S.; Writing—review & editing, A.S.; Supervision, C.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by Yunnan Fundamental Research Projects (Grant NO. 202401AT070479), and the Yunnan Provincial Xingdian Talent Support Program.

Data Availability Statement

The original contributions presented in this study are included in the article. Further inquiries can be directed to the corresponding author.

Conflicts of Interest

There are no conflicts of interest to declare.

References

  1. Bretto, A. Hypergraph Theory. In An Introduction. Mathematical Engineering; Springer: Cham, Switzerland, 2013; Volume 1. [Google Scholar] [CrossRef]
  2. Klotz, J.G.; Feuer, R.; Sawodny, O.; Bossert, M.; Ederer, M.; Schober, S. Properties of Boolean networks and methods for their tests. EURASIP J. Bioinform. Syst. Biol. 2013, 2013, 1. [Google Scholar] [CrossRef] [PubMed]
  3. Latapy, M.; Magnien, C.; Del Vecchio, N. Basic notions for the analysis of large two-mode networks. Soc. Netw. 2008, 30, 31–48. [Google Scholar] [CrossRef]
  4. Zheng, D.; Cao, X. Provably efficient service function chain embedding and protection in edge networks. IEEE/ACM Trans. Netw. 2024, 33, 178–193. [Google Scholar] [CrossRef]
  5. Zhu, Y.; Zhou, Y.; Yan, L.; Li, Z.; Xin, H.; Wei, W. Scaling graph neural networks for large-scale power systems analysis: Empirical laws for emergent abilities. IEEE Trans. Power Syst.s 2024, 39, 7445–7448. [Google Scholar] [CrossRef]
  6. He, Y.; Zio, E.; Yang, Z.; Xiang, Q.; Fan, L.; He, Q.; Zhang, J. A systematic resilience assessment framework for multi-state systems based on physics-informed neural network. Reliab. Eng. Syst. Saf. 2025, 257, 110866. [Google Scholar] [CrossRef]
  7. Wu, Y.; Shen, T. A finite convergence criterion for the discounted optimal control of stochastic logical networks. IEEE Trans. Autom. Control 2017, 63, 262–268. [Google Scholar] [CrossRef]
  8. Shun, J. Practical parallel hypergraph algorithms. In Proceedings of the 25th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, San Diego, CA, USA, 22–26 February 2020; pp. 232–249. [Google Scholar] [CrossRef]
  9. Zhang, X.; Zhang, Y.; Chen, A.; Yu, M.; Zhang, L. Optimizing multi label student performance prediction with GNN-TINet: A contextual multidimensional deep learning framework. PLoS ONE 2025, 20, e0314823. [Google Scholar] [CrossRef]
  10. Lv, H.; Zeng, J.; Zhu, Z.; Dong, S.; Li, W. Study on prestress distribution and structural performance of heptagonal six-five-strut alternated cable dome with inner hole. Structures 2024, 65, 106724. [Google Scholar] [CrossRef]
  11. Acharya, B.D. Domination in hypergraphs. AKCE Int. J. Graphs Comb. 2007, 4, 117–126. [Google Scholar] [CrossRef]
  12. Bujtás, C.; Henning, M.A.; Tuza, Z.; Yeo, A. Total transversals and total domination in uniform hypergraphs. arXiv 2013, arXiv:1310.7359. [Google Scholar] [CrossRef]
  13. Bujtás, C.; Henning, M.A.; Tuza, Z. Transversals and domination in uniform hypergraphs. Eur. J. Comb. 2012, 33, 62–71. [Google Scholar] [CrossRef]
  14. Alon, N. Transversal numbers of uniform hypergraphs. Graphs Comb. 1990, 6, 1–4. [Google Scholar] [CrossRef]
  15. Shan, E.; Dong, Y.; Kang, L.; Li, S. Extremal hypergraphs for matching number and domination number. Discret. Appl. Math. 2018, 236, 415–421. [Google Scholar] [CrossRef]
  16. Arumugam, S.; Jose, B.K.; Bujtás, C.; Tuza, Z. Equality of domination and transversal numbers in hypergraphs. Discret. Appl. Math. 2013, 161, 1859–1867. [Google Scholar] [CrossRef]
  17. Jose, B.K.; Tuza, Z. Hypergraph domination and strong independence. Appl. Anal. Discret. Math. 2009, 3, 347–358. [Google Scholar] [CrossRef]
  18. Caro, Y.; Hansberg, A. Partial domination-the isolation number of a graph. arXiv 2015, arXiv:1504.08055. [Google Scholar] [CrossRef]
  19. Das, A. Partial domination in graphs. Iran. J. Sci. Technol. Trans. Sci. 2019, 43, 1713–1718. [Google Scholar] [CrossRef]
  20. Zhang, G.; Wu, B. Cycle isolation of graphs with small girth. Graphs Comb. 2024, 40, 38. [Google Scholar] [CrossRef]
  21. Li, M.; Zhang, S.; Ye, C. Partial Domination of Hypergraphs. Graphs Comb. 2024, 40, 109. [Google Scholar] [CrossRef]
  22. Macapodi, R.D.; Isla, R. Partial total domination in graphs. Eur. J. Pure Appl. Math. 2019, 12, 1643–1655. [Google Scholar] [CrossRef]
  23. Sen, J. Security in Wireless Sensor Networks: Current Status and Future Trends; CRC Press: Boca Raton, FL, USA, 2012; pp. 407–408. [Google Scholar] [CrossRef]
  24. Klamt, S.; Haus, U.U.; Theis, F. Hypergraphs and cellular networks. PLoS Comput. Biol. 2009, 5, e1000385. [Google Scholar] [CrossRef] [PubMed]
  25. Henning, M.A.; Löwenstein, C. Hypergraphs with large domination number and with edge sizes at least three. Discret. Appl. Math. 2012, 160, 1757–1765. [Google Scholar] [CrossRef]
Figure 1. Partial total F -dominating set S = { a , d } (blue). Residual vertices { b , c , e , f } (black) contain no 2-edges.
Figure 1. Partial total F -dominating set S = { a , d } (blue). Residual vertices { b , c , e , f } (black) contain no 2-edges.
Mathematics 13 00910 g001
Figure 2. The hypergraphs H 1 , H 2 , , H 15 .
Figure 2. The hypergraphs H 1 , H 2 , , H 15 .
Mathematics 13 00910 g002
Figure 3. Sensor network hypergraph. The PTD set D = { s 2 , s 3 } (red circles) covers all regions while maintaining adjacency. Hyperedge colors: R 1 (red), R 2 (blue), R 3 (yellow).
Figure 3. Sensor network hypergraph. The PTD set D = { s 2 , s 3 } (red circles) covers all regions while maintaining adjacency. Hyperedge colors: R 1 (red), R 2 (blue), R 3 (yellow).
Mathematics 13 00910 g003
Table 1. Coverage verification.
Table 1. Coverage verification.
Region (Hyperedge)Sensors in RegionCovered by D
R 1 s 1 , s 2 , s 3 s 2 or s 3
R 2 s 2 , s 4 s 2
R 3 s 3 , s 4 , s 5 s 3
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Sanad, A.; Li, C. Partial Total Domination in Hypergraphs. Mathematics 2025, 13, 910. https://doi.org/10.3390/math13060910

AMA Style

Sanad A, Li C. Partial Total Domination in Hypergraphs. Mathematics. 2025; 13(6):910. https://doi.org/10.3390/math13060910

Chicago/Turabian Style

Sanad, Abdulkafi, and Chaoqian Li. 2025. "Partial Total Domination in Hypergraphs" Mathematics 13, no. 6: 910. https://doi.org/10.3390/math13060910

APA Style

Sanad, A., & Li, C. (2025). Partial Total Domination in Hypergraphs. Mathematics, 13(6), 910. https://doi.org/10.3390/math13060910

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop