Next Article in Journal
Ramanujan–Santos–Sales Hypermodular Operator Theorem and Spectral Kernels for Geometry-Adaptive Neural Operators in Anisotropic Besov Spaces
Previous Article in Journal
Explicit Discrete Solution for Some Optimization Problems and Estimations with Respect to the Exact Solution
Previous Article in Special Issue
From Anticommutative Algebras to Combinatorial Structures: A Graph-Theoretic Approach
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Efficient Minus and Signed Domination in Proper Interval Graphs with a Totally Unimodular Structure

Department of Applied Artificial Intelligence, Ming Chuan University, 5 De Ming Road, Guishan District, Taoyuan City 333, Taiwan
Axioms 2026, 15(3), 191; https://doi.org/10.3390/axioms15030191
Submission received: 10 February 2026 / Revised: 27 February 2026 / Accepted: 2 March 2026 / Published: 5 March 2026
(This article belongs to the Special Issue Advances in Graph Theory with Its Applications)

Abstract

The efficient minus domination problem (EMDP) and the efficient signed domination problem (ESDP) are domination-type problems in graphs. These problems are known to be NP-complete on chordal graphs and polynomially solvable on chain interval graphs, while the complexity on proper interval graphs remained open. By exploiting the totally unimodular structure of the closed-neighborhood matrix induced by a proper interval ordering, we obtain linear programming formulations under which both the EMDP and ESDP become polynomially solvable. The same perspective naturally extends to vertex-weighted settings and to other domination variants defined by similar neighborhood constraints.

1. Introduction

Signed domination and minus domination are natural extensions of classical domination in which vertices are assigned values from { 1 , 1 } or { 1 , 0 , 1 } , respectively, subject to constraints on closed neighborhoods. These notions have been extensively investigated in the literature; for example, see [1,2,3,4,5,6,7].
A particularly restrictive and intriguing version is the efficient variant, in which the neighborhood constraint is strengthened from an inequality to an equality. An efficient signed (respectively, minus) dominating function of a graph G = ( V , E ) satisfies
f ( N G [ v ] ) = 1   for   every   v V .
The equality requirement leads to substantially different structural and algorithmic behavior from the classical domination problems.
It is useful to distinguish two independent aspects of these domination variants. The first concerns the label set assigned to vertices, such as { 1 , 1 } for signed domination and { 1 , 0 , 1 } for minus domination. The second concerns the form of the neighborhood constraint imposed on the labeling. Classical domination uses the inequality f ( N G [ v ] ) 1 , efficient domination strengthens this to the equality f ( N G [ v ] ) = 1 , and reverse domination considers the reversed inequality f ( N G [ v ] ) 1 .
Lu, Peng, and Tang [8] initiated the systematic study of the efficient minus domination problem (EMDP) and the efficient signed domination problem (ESDP). They showed that both problems are NP-complete on chordal and chordal bipartite graphs, and obtained linear-time algorithms only for the very restricted class of chain interval graphs. In their conclusion, they explicitly asked whether EMDP and ESDP are polynomially solvable on interval graphs, in particular on proper interval graphs.
Proper interval graphs form one of the most structured subclasses of interval graphs. They admit a proper interval ordering in which every closed neighborhood forms a consecutive block [9,10,11]. Matrices arising from such orderings have the consecutive ones property. This property is a classical source of totally unimodular matrices in combinatorial optimization [12,13,14]. Such matrices play a central role in linear programming (LP), since totally unimodular (TU) constraint matrices guarantee the integrality of extreme points of the associated polyhedra.
In the existing literature, three types of domination variants have been studied for signed and minus domination: the classical versions based on inequality constraints, efficient versions based on equality constraints, and reverse versions based on reversed inequalities. These problems have almost exclusively been investigated on unweighted graphs, typically from the perspective of existence and optimization of feasible labelings.
Weighted formulations, in which vertex weights are incorporated into the objective function, have received little attention despite arising naturally from an optimization perspective. This motivates the weighted formulations considered in this paper. From the polyhedral viewpoint adopted in this paper, these variants differ only in the type of neighborhood constraint while sharing the same underlying matrix structure.
In this paper, we solve the open problem posed in [8] by proving that both the EMDP and ESDP are polynomial-time solvable on proper interval graphs. Under a proper interval ordering, the closed-neighborhood matrix is totally unimodular, which provides natural linear programming formulations for both the unweighted and vertex-weighted versions.
Consequently, efficient minus and signed domination on proper interval graphs admit a clean polyhedral characterization, linking domination theory with classical results in combinatorial optimization and extending the theory from the traditional unweighted setting to a weighted framework.
The contributions of this paper can be summarized as follows.
First, we resolve the open problem posed by Lu, Peng, and Tang by proving that both the efficient minus domination problem (EMDP) and the efficient signed domination problem (ESDP) are polynomial-time solvable on proper interval graphs.
Second, we formulate these problems as linear programs based on the closed-neighborhood matrix of the graph.
Third, by combining the totally unimodular structure of this matrix with the Hoffman–Kruskal theorem, we show that the LP relaxations already yield integral optimal solutions.
Fourth, we demonstrate that this totally unimodular viewpoint extends naturally to a broader family of domination-type problems, including classical signed domination, classical minus domination, reverse signed domination, reverse minus domination, and their vertex-weighted versions.
The remainder of the paper is organized as follows: Section 2 introduces the necessary background, while Section 3 develops linear programming formulations and exploits the totally unimodular structure of the closed-neighborhood matrix of proper interval graphs to derive polynomial-time solvability together with algorithmic aspects and a broader TU framework.

2. Preliminaries

This section recalls several concepts that will be used to reveal the totally unimodular structure of the closed-neighborhood matrix of proper interval graphs.

2.1. Neighborhoods and Labelings

Throughout this paper, G = ( V , E ) denotes a simple undirected graph with vertex set V = { v 1 , , v n } and edge set E. For a vertex v V , the open neighborhood of v is
N G ( v ) = { u V { u , v } E }
and the closed neighborhood is
N G [ v ] = N G ( v ) { v } .
Let Y R and let f : V Y be a labeling function of G. For any S V , define
f ( S ) = v S f ( v )
so that f ( N G [ v ] ) denotes the sum of labels over the closed neighborhood of v.
For an unweighted graph G, the labeling weight of f is f ( V ) = v V f ( v ) . For a vertex-weighted graph ( G , w ) with w : V R 0 , the labeling weight of f is
v V w ( v )   f ( v ) .

2.2. Y-Domination, Signed Domination, and Minus Domination

A labeling f : V Y is a Y-dominating function if
f ( N G [ v ] ) 1   for   every   v V .
The Y-domination problem is to find a Y-dominating function of G with minimum labeling weight.
A function f : V { 1 , 1 } is a signed dominating function if
f ( N G [ v ] ) 1   for   every   v V .
The signed domination problem is to find a signed dominating function of G with minimum labeling weight.
A function f : V { 1 , 0 , 1 } is a minus dominating function if
f ( N G [ v ] ) 1   for   every   v V .
Analogously, the minus domination problem is to find a minus dominating function of G with minimum labeling weight.

2.3. Reverse Domination Variants

A labeling f : V Y is a reverse Y-dominating function if
f ( N G [ v ] ) 1   for   every   v V .
The reverse Y-domination problem is to find a Y-dominating function of G with maximum labeling weight.
A function f : V { 1 , 1 } is a reverse signed dominating function if
f ( N G [ v ] ) 1   for   every   v V .
The reverse signed domination problem is to find a reverse signed dominating function of G with maximum labeling weight.
A function f : V { 1 , 0 , 1 } is a reverse minus dominating function if
f ( N G [ v ] ) 1   for   every   v V .
Similarly, the reverse minus domination problem is to find a reverse minus dominating function of G with maximum labeling weight.
These variants differ only in the direction of the neighborhood inequality and will later be treated within the same linear programming framework.

2.4. Efficient Domination Variants

A labeling f : V Y is an efficient Y-dominating function if
f ( N G [ v ] ) = 1   for   every   v V .
Bange et al. [2] proved that for any fixed Y, if an unweighted graph G admits an efficient Y-dominating function, then all such functions have the same labeling weight f ( V ) . Hence, on unweighted graphs, the efficient Y-domination problem is a feasibility problem.
On a vertex-weighted graph ( G , w ) , the efficient Y-domination problem is to find an efficient Y-dominating function with minimum labeling weight.
Efficient signed domination (respectively, efficient minus domination) is efficient Y-domination with Y = { 1 , 1 } (respectively, Y = { 1 , 0 , 1 } ).
On unweighted graphs, the efficient signed domination problem (ESDP) and efficient minus domination problem (EMDP) are feasibility problems.
On a vertex-weighted graph ( G , w ) , the ESDP (respectively, EMDP) is to find an efficient signed (respectively, minus) dominating function with minimum labeling weight.

2.5. Interval Graphs and Proper Interval Graphs

A graph G is an interval graph if each vertex v V can be assigned an interval I v = [ v , r v ] on the real line such that { u , v } E if and only if I u I v Ø . See Figure 1 for an example.
An interval graph is a proper interval graph if no interval properly contains another.
Proper interval graphs admit an ordering v 1 , , v n , called a proper interval ordering, in which every closed neighborhood N G [ v i ] forms a consecutive block of vertices (see, e.g., [9,10,11]).

2.6. Linear Programming and Totally Unimodular Matrices

A linear program (LP) consists of a linear objective function together with a finite collection of linear constraints. The set of all points that satisfy the constraints is called the feasible region. Geometrically, the feasible region is a polyhedron, that is, a set obtained as the intersection of finitely many linear inequality or equality constraints.
A point in the feasible region is an extreme point if it cannot be written as a nontrivial convex combination of two distinct feasible points, or equivalently, if it is not contained in the relative interior of any line segment of feasible points. Extreme points play a central role in linear programming because whenever an LP has an optimal solution, it has an optimal solution attained at an extreme point of the feasible region.
A polyhedron is integral (or an integer polyhedron) if every extreme point is an integer point. In this case, solving the LP automatically yields an integer optimal solution, even though integrality was not imposed explicitly.
An integer linear program (ILP) is an LP with the additional requirement that the variables take integer values. In general, such integrality constraints are necessary to guarantee integer solutions. However, when the feasible region is an integer polyhedron, these additional constraints are not needed, since solving the LP already yields an integer extreme-point solution.
A matrix A is totally unimodular (TU) if every square submatrix has determinant in { 1 , 0 , 1 } .
A fundamental property of totally unimodular matrices is the following classical result (see, e.g., Schrijver [12] and Hoffman and Kruskal [15]). If a linear program is described by linear constraints with coefficients that form a totally unimodular matrix and bounds that are integers, then the feasible region of the LP is an integer polyhedron.

3. Linear Programming Approach

In this section, we reformulate the efficient minus domination problem and the efficient signed domination problem using the constraint matrix arising from the closed-neighborhood structure of a graph. This viewpoint expresses the neighborhood-sum constraints in a compact linear form and enables the use of tools from linear programming and polyhedral combinatorics.
Since the domination conditions are entirely determined by closed neighborhoods, the problem can be formulated naturally by the corresponding matrix. Let G = ( V , E ) be a graph with V = { v 1 , , v n } . We define the closed-neighborhood matrix of G to be the 0–1 matrix A = ( a i j ) { 0 , 1 } n × n , given by
a i j = 1 , if   v j N G [ v i ] , 0 , otherwise .
For a labeling f : V R , let x R n be the vector with x i = f ( v i ) for i = 1 , , n . Then, the neighborhood-sum constraints
u N G [ v i ] f ( u ) = 1           ( i = 1 , , n )
can be expressed compactly as
A x = 1 ,
where 1 denotes the all-ones vector.
Let w : V R 0 be a vertex-weight function and let w = ( w ( v 1 ) , , w ( v n ) ) T .

3.1. Integer Linear Programming Formulations

We first formulate the ESDP and EMDP as integer linear programs.
In the ESDP, the labeling satisfies f ( v i ) { 1 , 1 } for each i. Therefore, the ESDP on ( G , w ) can be formulated as
min   w T x      subject   to      A x = 1 ,       x i { 1 , 1 }   ( i = 1 , , n ) .
In the EMDP, the labeling satisfies f ( v i ) { 1 , 0 , 1 } for each i. Hence, the EMDP on ( G , w ) can be formulated as
min   w T x      subject   to      A x = 1 ,       x i { 1 , 0 , 1 }   ( i = 1 , , n ) .

3.2. LP Relaxations

We next consider linear programming relaxations of the above integer programs.
For EMDP, we relax the integrality requirement x i { 1 , 0 , 1 } to the box constraint
1 x i 1   ( i = 1 , , n ) .
This yields the LP relaxation
min   w T x      subject   to       A x = 1 ,        1 x 1 .
Let
P M ( G , w ) = { x R n A x = 1 ,   1 x 1 }
denote the feasible region of this relaxation.
For the ESDP, the domain constraint x i { 1 , 1 } can be expressed by introducing variables y R n with
x = 2 y 1 .
Consequently, x i { 1 , 1 } corresponds to y i { 0 , 1 } , and we relax this to
0 y i 1      ( i = 1 , , n ) .
Substituting x = 2 y 1 into A x = 1 gives
A ( 2 y 1 ) = 1     A y = 1 2 ( A 1 + 1 ) .
Moreover,
w T x = w T ( 2 y 1 ) = 2 w T y w T 1 ,
so minimizing w T x is equivalent to minimizing w T y . Hence, the LP relaxation of the ESDP can be written as
min   w T y   subject   to   A y = 1 2 ( A 1 + 1 ) ,   0 y 1 .
Let
P S ( G , w ) = y R n   |   A y = 1 2 ( A 1 + 1 ) ,   0 y 1
denote the feasible region of this relaxation.
We now analyze the structure of these feasible regions.

3.3. Totally Unimodular Structure and Integrality

We now show why the LP relaxations derived above already produce integral optimal solutions. The argument relies on a classical theorem of Hoffman and Kruskal concerning totally unimodular matrices.
Definition 1.
A polyhedron  P R n is box-integer if for every pair of integral vectors , u Z n with u , the intersection
P { x R n x u }
has only integral extreme points.
Theorem 1
(Hoffman and Kruskal [12,15]). Let A be an integral matrix. Then, the polyhedron
{ x R n A x b }
is box-integer for every integral vector b if and only if A is totally unimodular.
Theorem 2.
Let A be totally unimodular and let b be integral. Then, the polyhedron
{ x R n A x b }
is box-integer.
Proof. 
The system A x b is equivalent to
A x b .
Since A is also totally unimodular, the result follows from Theorem 1. □
Corollary 1.
Let A be totally unimodular and let b be integral. Then, the polyhedron
{ x R n A x = b }
is box-integer.
Proof. 
The equality system A x = b is equivalent to
A x b   and   A x b .
The corollary follows from Theorems 1 and 2. □
Under a proper interval ordering, the closed-neighborhood matrix has the consecutive ones property for rows, and as such is totally unimodular [9,13,14].
Recall the feasible region
P M ( G , w ) = { x R n A x = 1 ,   1 x 1 } .
Since A is totally unimodular and the right-hand side 1 is integral, Corollary 1 implies that P M ( G , w ) is box-integer. Hence, every extreme point satisfies x i { 1 , 0 , 1 } . Consequently, the LP relaxation of EMDP already yields an optimal efficient minus dominating function whenever a feasible solution exists.
Recall the feasible region
P S ( G , w ) = y R n   |   A y = 1 2 ( A 1 + 1 ) ,   0 y 1 .
Observe that the ith component of A 1 equals | N G [ v i ] | . Hence, the right-hand side vector 1 2 ( A 1 + 1 ) has entries
| N G [ v i ] | + 1 2 .
If an efficient signed dominating function exists, then | N G [ v i ] | must be odd for every i; thus, this vector is integral.
Since A is totally unimodular, Corollary 1 implies that P S ( G , w ) is box-integer. Thus, every extreme point satisfies y i { 0 , 1 } , resulting in x i = 2 y i 1 { 1 , 1 } . Consequently, the LP relaxation of ESDP already yields an optimal efficient signed dominating function whenever a feasible solution exists. In particular, no integer programming techniques are required.

3.4. Polynomial-Time Solvability

Theorem 3.
The efficient minus domination problem (EMDP) and efficient signed domination problem (ESDP) are both polynomial-time solvable on proper interval graphs. Moreover, the same holds for their vertex-weighted versions. In particular, each problem can be solved in O ˜ ( n ω log 3 n ) time, where n = | V ( G ) | and ω is the matrix multiplication exponent.
Proof. 
As shown in the previous subsections, due to the totally unimodular structure of the closed-neighborhood matrix under a proper interval ordering, both problems admit linear programming formulations with feasible regions that are box-integer. Hence, every optimal extreme point of the LP relaxation is integral, and solving the LP relaxations yields an optimal solution.
Each of the resulting LP relaxations has Θ ( n ) variables and Θ ( n ) constraints. Therefore, these problems are solvable in polynomial time by standard polynomial-time algorithms for linear programming.
Moreover, applying a recent deterministic LP algorithm [16] yields a running time of
O   n ω + n 2.5 α / 2 + o ( 1 ) + n 13 / 6 + o ( 1 ) log 2 n   log ( n / δ ) ,
where α is the dual matrix multiplication exponent and δ ( 0 , 1 ] is the accuracy parameter. Under the current best-known bounds ω 2.371552 and α 0.321334 [17], the running time becomes
O   n 2.371552 log 3 n
for constant accuracy parameter δ , since log ( n / δ ) = Θ ( log n ) . □

3.5. A Totally Unimodular Framework

The arguments in the previous sections rely on the equality system
A x = 1 ,
which arises naturally in the efficient variants of signed and minus domination. In this form, the right-hand side is integral whenever a feasible solution exists and the Hoffman–Kruskal theorem applies directly through the totally unimodular structure of the closed-neighborhood matrix.
However, classical and reverse domination variants impose inequality constraints of the form
A x 1      or      A x 1 .
Although these systems are not presented in equality form, they can be transformed into the same framework by the introduction of slack variables.
For example, a system of the form
A x 1
can be rewritten as
A x s = 1 ,      s 0 ,
where s R n . This system can be expressed in matrix form as
A I x s = 1 .
The augmented matrix
A I
is obtained from A by appending unit columns (up to sign). Since total unimodularity is preserved under such operations, this matrix remains totally unimodular. Therefore, the Hoffman–Kruskal theorem implies that the corresponding polyhedron is box-integer.
This shows that the totally unimodular structure of the closed-neighborhood matrix is not restricted to the efficient variants. The same linear programming framework applies uniformly to domination problems defined by different label sets (signed or minus) and different types of neighborhood constraints (classical, efficient, or reverse) as well as to their vertex-weighted versions.

4. Conclusions

We have settled the open problem posed by Lu, Peng, and Tang by showing that both the efficient minus domination problem and the efficient signed domination problem are polynomial-time solvable on proper interval graphs. An important point is that this argument is independent of whether the objective is a minimization or a maximization problem.
The key insight is that the closed-neighborhood matrix of a proper interval graph possesses a totally unimodular structure, which allows these problems to be handled naturally through linear programming. In particular, the LP relaxations already yield integral optimal solutions, and no integer programming machinery is required.
Beyond the efficient variants, the discussion in Section 3.5 shows that this totally unimodular viewpoint applies more broadly to a range of domination-type problems, including classical and reverse versions as well as their vertex-weighted forms. From this perspective, proper interval graphs provide a natural setting in which domination problems can be studied uniformly through polyhedral methods. This viewpoint places domination problems within the scope of polyhedral combinatorics.
It is natural to ask whether a similar approach could extend beyond proper interval graphs. For general interval graphs, the structural properties required to establish total unimodularity may fail. Moreover, circular-arc graphs do not admit a linear interval ordering, and the corresponding closed-neighborhood matrices generally lack the structural structure exploited in our proofs. Therefore, a direct extension of our method to circular-arc graphs does not appear immediate and would require additional structural insights.
The connection between domination theory and polyhedral combinatorics may be useful for investigating further domination variants on structured graph classes through linear programming and polyhedral techniques [12].

Funding

This research received no external funding.

Data Availability Statement

Data are contained within the article.

Conflicts of Interest

The author declares no conflicts of interest.

References

  1. Dunbar, J.E.; Haynes, T.W.; Hedetniemi, S.T.; Slater, P.J. Signed domination in graphs. J. Graph Theory 1995, 19, 509–516. [Google Scholar]
  2. Bange, D.W.; Barkauskas, A.E.; Host, L.H.; Slater, P.J. Generalized domination and efficient domination in graphs. Discret. Math. 1996, 159, 1–11. [Google Scholar] [CrossRef]
  3. Dunbar, J.; Hedetniemi, S.T.; Henning, M.A.; McRae, A. Minus domination in graphs. Discret. Math. 1999, 199, 35–47. [Google Scholar] [CrossRef]
  4. Henning, M.A. Signed and minus domination in graphs: A survey. Discret. Math. 2004, 278, 109–125. [Google Scholar] [CrossRef]
  5. Lee, C.-M.; Lo, C.-C. On the complexity of reverse minus and signed domination on graphs. J. Interconnect. Netw. 2015, 15, 1550008. [Google Scholar] [CrossRef]
  6. Haynes, T.W.; Hedetniemi, S.T.; Henning, M.A. (Eds.) Structures of Domination in Graphs; Developments in Mathematics; Springer: Cham, Switzerland, 2021; Volume 66. [Google Scholar]
  7. Bhyravarapu, S.; Kanesh, L.; Mohanapriya, A.; Purohit, N.; Sadagopan, N.; Saurabh, S. On the parameterized complexity of minus domination. In SOFSEM 2024: Theory and Practice of Computer Science; Lecture Notes in Computer Science; Springer: Cham, Switzerland, 2024; pp. 96–110. [Google Scholar]
  8. Lu, C.-L.; Peng, S.-T.; Tang, C.-Y. Efficient minus and signed domination in graphs. Theor. Comput. Sci. 2003, 301, 381–397. [Google Scholar] [CrossRef]
  9. Brandstädt, A.; Le, V.B.; Spinrad, J.P. Graph Classes: A Survey; SIAM: Philadelphia, PA, USA, 1999. [Google Scholar]
  10. Golumbic, M.C. Algorithmic Graph Theory and Perfect Graphs, 2nd ed.; Elsevier: Amsterdam, The Netherlands, 2004. [Google Scholar]
  11. Roberts, F.S. Indifference graphs. In Proof Techniques in Graph Theory; Academic Press: New York, NY, USA, 1969; pp. 139–146. [Google Scholar]
  12. Schrijver, A. Theory of Linear and Integer Programming; John Wiley & Sons: Chichester, UK, 1998. [Google Scholar]
  13. Fulkerson, D.; Gross, O. Incidence matrices and interval graphs. Pac. J. Math. 1965, 15, 835–855. [Google Scholar] [CrossRef]
  14. Booth, K.S.; Lueker, G.S. Testing for the consecutive ones property, interval graphs, and graph planarity using PQ-tree algorithms. J. Comput. Syst. Sci. 1976, 13, 335–379. [Google Scholar] [CrossRef]
  15. Hoffman, A.J.; Kruskal, J.B. Integral boundary points of convex polyhedra. In Linear Inequalities and Related Systems; Annals of Mathematics Studies, No. 38; Princeton University Press: Princeton, NJ, USA, 1956; pp. 223–246. [Google Scholar]
  16. Van den Brand, J. A deterministic linear program solver in current matrix multiplication time. In Proceedings of the Fourteenth Annual ACM-SIAM Symposium on Discrete Algorithms; Society for Industrial and Applied Mathematics: Philadelphia, PA, USA, 2020; pp. 259–278. [Google Scholar]
  17. Williams, V.V.; Xu, Y.; Xu, Z.; Zhou, R. New bounds for matrix multiplication: From alpha to omega. In Proceedings of the 2024 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA); Society for Industrial and Applied Mathematics: Philadelphia, PA, USA, 2024; pp. 3792–3835. [Google Scholar]
Figure 1. (a) Interval representation of a graph; (b) Corresponding interval graph. Two vertices are adjacent if and only if their intervals intersect.
Figure 1. (a) Interval representation of a graph; (b) Corresponding interval graph. Two vertices are adjacent if and only if their intervals intersect.
Axioms 15 00191 g001
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

Lee, C.-M. Efficient Minus and Signed Domination in Proper Interval Graphs with a Totally Unimodular Structure. Axioms 2026, 15, 191. https://doi.org/10.3390/axioms15030191

AMA Style

Lee C-M. Efficient Minus and Signed Domination in Proper Interval Graphs with a Totally Unimodular Structure. Axioms. 2026; 15(3):191. https://doi.org/10.3390/axioms15030191

Chicago/Turabian Style

Lee, Chuan-Min. 2026. "Efficient Minus and Signed Domination in Proper Interval Graphs with a Totally Unimodular Structure" Axioms 15, no. 3: 191. https://doi.org/10.3390/axioms15030191

APA Style

Lee, C.-M. (2026). Efficient Minus and Signed Domination in Proper Interval Graphs with a Totally Unimodular Structure. Axioms, 15(3), 191. https://doi.org/10.3390/axioms15030191

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