Papers
Topics
Authors
Recent
Search
2000 character limit reached

Component Order Connectivity (COC)

Updated 5 July 2026
  • Component Order Connectivity (COC) is a graph vulnerability measure that evaluates how few deletions can fragment a graph into small connected components.
  • It extends classical problems like Vertex Cover by incorporating weighted, directed, and exact-size variants, and uses kernelization and fixed-parameter tractability techniques.
  • COC plays a key role in network reliability, spectral graph theory, and algorithmic graph decomposition, offering actionable insights for designing robust interconnection networks.

Component Order Connectivity (COC) is a graph-theoretic vulnerability measure centered on component order after deletions. In the standard unweighted formulation, given a graph GG and integers kk and \ell, the question is whether there exists a vertex set SV(G)S \subseteq V(G) with Sk|S| \le k such that the size of the largest connected component in GSG-S is at most \ell [(Kumar et al., 2016); (Drange et al., 2014)]. Closely related literature uses equivalent parameter language such as kk-component order connectivity κk(G)\kappa_k(G), where one asks for the minimum number of vertices whose removal results in an induced subgraph in which every component has order at most k1k-1, and kk0-component order edge connectivity kk1, where edge deletions play the analogous role (Yatauro, 2023). Weighted, directed, exact-size, and lower-bounded-size variants extend the same basic idea by replacing vertex cardinality with weights, connected components with strongly connected components, the upper bound “at most kk2” with the exact requirement “exactly kk3,” or by requiring each post-deletion component to have order at least a threshold [(Drange et al., 2014); (Bang-Jensen et al., 2020); (Liu et al., 19 May 2026); (Zhang et al., 26 Sep 2025)]. This suggests that COC functions both as a specific deletion problem and as a broader component-order-aware connectivity paradigm.

1. Definitions and terminological scope

The standard unweighted decision problem asks whether, for a graph kk4 and integers kk5, there exists kk6 with kk7 such that every connected component of kk8 has size at most kk9 [(Drange et al., 2014); (Kumar et al., 2016)]. Equivalently, \ell0 is a hitting set for all connected vertex sets of size \ell1 (Kumar et al., 2016). In optimization form, one minimizes \ell2 subject to the maximum component order of \ell3 being at most \ell4 (Drange et al., 2014).

A closely aligned notation defines the \ell5-component order connectivity \ell6 as the minimum number of vertices whose removal results in an induced subgraph in which every component has order at most \ell7, and the \ell8-component order edge connectivity \ell9 as the minimum number of edges whose removal results in a subgraph in which every component has order at most SV(G)S \subseteq V(G)0 (Yatauro, 2023). The shift by one is purely notational: the parameter SV(G)S \subseteq V(G)1 in SV(G)S \subseteq V(G)2 or SV(G)S \subseteq V(G)3 corresponds to a maximum allowed component order of SV(G)S \subseteq V(G)4.

Several canonical special cases anchor the subject. When SV(G)S \subseteq V(G)5, the condition that every component in SV(G)S \subseteq V(G)6 has exactly one vertex means that SV(G)S \subseteq V(G)7 is an independent set, so COC reduces to Vertex Cover (Jain et al., 2024, Liu et al., 19 May 2026). When SV(G)S \subseteq V(G)8 in the notation used for weighted and unweighted COC kernelization, the problem is again Vertex Cover (Casel et al., 2024). This identification is structurally important: many kernelization techniques for COC are explicit generalizations of crown-based reductions for Vertex Cover (Kumar et al., 2016, Liu et al., 19 May 2026).

The weighted formulation replaces cardinalities by vertex weights. If SV(G)S \subseteq V(G)9 and Sk|S| \le k0, then the weight of a heaviest component of a graph Sk|S| \le k1 is

Sk|S| \le k2

where Sk|S| \le k3 are the connected components of Sk|S| \le k4 (Drange et al., 2014). Weighted Component Order Connectivity (wCOC) asks whether there exists Sk|S| \le k5 such that Sk|S| \le k6 and Sk|S| \le k7 (Drange et al., 2014). The paper introducing wCOC explicitly describes it as a refined version of weighted vertex integrity (Drange et al., 2014).

The literature does not restrict COC to a single formulation. Instead, it contains a family of component-order-aware deletion parameters that differ in what is constrained after deletion: the largest component, every component, the exact order of every component, the number of components, or the minimum order of each component.

Variant Post-deletion condition Representative source
COC / Sk|S| \le k8-COC every connected component has size at most Sk|S| \le k9 (Drange et al., 2014, Kumar et al., 2016)
wCOC GSG-S0 and GSG-S1 (Drange et al., 2014)
Component order edge connectivity every component has order at most GSG-S2 after edge deletions (Yatauro, 2023)
Directed COC (DCOC) every strongly connected component of GSG-S3 has size at most GSG-S4 (Bang-Jensen et al., 2020)
GSG-S5-Exact COC every connected component in GSG-S6 has exactly GSG-S7 vertices (Liu et al., 19 May 2026)
GSG-S8-extra GSG-S9-component connectivity \ell0 has at least \ell1 components, each of order at least \ell2 (Zhang et al., 26 Sep 2025)

The exact variant sharpens the usual upper-bound requirement. In \ell3-Exact Component Order Connectivity, the question is whether one can delete at most \ell4 vertices so that every connected component in \ell5 has exactly \ell6 vertices (Liu et al., 19 May 2026). This specializes to Vertex Cover when \ell7, and to Deletion to Induced Matching when \ell8 (Liu et al., 19 May 2026).

A different branch of the literature constrains component order from below rather than above. The \ell9-extra kk0-component connectivity kk1 is the minimum number of vertices whose removal produces a disconnected graph with at least kk2 components, where each component contains at least kk3 vertices (Zhang et al., 26 Sep 2025). Likewise, kk4-good kk5-component connectivity kk6 requires at least kk7 components and, in addition, every remaining vertex to have at least kk8 neighbors in the remaining graph; this implies that every component of kk9 has order at least κk(G)\kappa_k(G)0 (Ding et al., 2024). These lower-bounded-size formulations are not the same as standard COC, but they are explicitly component-order-aware.

Component connectivity, by contrast, constrains the number of components rather than their order. For a non-complete connected graph κk(G)\kappa_k(G)1, a κk(G)\kappa_k(G)2-component cut is a set κk(G)\kappa_k(G)3 such that κk(G)\kappa_k(G)4 has at least κk(G)\kappa_k(G)5 connected components, and

κk(G)\kappa_k(G)6

(Zhao et al., 2018). The folded-hypercube paper explicitly states that in COC language, the basic COC without order constraints is exactly this notion (Zhao et al., 2018). This places component connectivity and COC in the same reliability family, but with different emphasis: number of components versus maximum or minimum component order.

3. Algorithmic complexity and kernelization

The algorithmic landscape of COC is sharply stratified by graph class, weighting, and parameterization. On arbitrary graphs, wCOC is weakly NP-complete already on complete graphs, COC is NP-complete on split graphs, and COC is W[1]-hard on split graphs when parameterized by κk(G)\kappa_k(G)7 or by κk(G)\kappa_k(G)8 (Drange et al., 2014). For the combined parameter κk(G)\kappa_k(G)9, however, wCOC is fixed-parameter tractable: it can be solved in

k1k-10

time, and it admits a kernel with at most

k1k-11

vertices; moreover, there is no algorithm of time k1k-12 for COC unless the Exponential Time Hypothesis fails (Drange et al., 2014).

On interval graphs the situation is more favorable. Weighted COC can be solved in

k1k-13

time, while the unweighted version can be solved in k1k-14 time on this class (Drange et al., 2014). These algorithms use interval models, clique paths, and dynamic programming over separator structure (Drange et al., 2014).

Kernelization has been a central theme. A linear-programming-based kernel with at most k1k-15 vertices was proved for k1k-16-COC, initially in k1k-17 time for every constant k1k-18, and then with a separation oracle implying running time k1k-19 (Kumar et al., 2016). Later work on vulnerability measures improved the weighted COC kernel from kk00 to

kk01

and also gave a combinatorial algorithm that provides a kk02 vertex kernel in FPT-runtime when parameterized by kk03, where kk04 is the size of a maximum kk05-packing (Casel et al., 2024). The same work shows that this kk06 kernelization can be transformed into a polynomial algorithm for the special cases kk07 and claw-free graphs (Casel et al., 2024).

The exact-size variant also admits linear kernels. kk08-Exact Component Order Connectivity has a kernel with

kk09

vertices computable in kk10 time (Liu et al., 19 May 2026). This yields a kk11-vertex kernel for Vertex Cover when kk12, and a kk13-vertex kernel for Deletion to Induced Matching when kk14, improving the previously known kk15-vertex kernel for that case (Liu et al., 19 May 2026).

These kernelizations rely on generalized crown structures. The 2016 kk16 kernel uses a linear programming relaxation together with a weighted generalization of the kk17-Expansion Lemma (Kumar et al., 2016). The 2024 work combines balanced crown decomposition, demanded balanced expansions, and weighted crown reductions to unify and extend earlier approaches for VI, wVI, and wCOC (Casel et al., 2024). The 2026 exact-size kernel introduces ECOC crown decompositions in which the crown side consists of connected components of size exactly kk18 rather than an independent set (Liu et al., 19 May 2026).

4. Degree conditions, extremal structure, and spectral viewpoints

COC also has a strong extremal side. For the vertex version, degree sequences can force lower bounds on kk19-component order connectivity. If kk20 and kk21, then the degree-sequence condition

kk22

implies that every realization is forcibly kk23-component order kk24-connected (Yatauro, 2023). For the edge version, if kk25 and kk26, then

kk27

implies that every realization is forcibly kk28-component order kk29-edge connected (Yatauro, 2023). These statements are part of a broader program of best monotone theorems based on degree-sequence majorization and sink characterization (Yatauro, 2023).

The same paper shows that the complexity of optimal degree conditions grows rapidly. For kk30 and kk31, there are at least kk32 sinks for “kk33-component order kk34-edge connected,” where kk35 is the integer partition function (Yatauro, 2023). This links optimal monotone criteria for COC-style edge connectivity to the combinatorics of integer partitions (Yatauro, 2023).

Spectral extremal graph theory has recently incorporated component-order-aware connectivity constraints. For graphs of order kk36, minimum degree kk37, and fixed kk38-good kk39-component connectivity kk40, the maximum adjacency spectral radius is attained by explicit join-of-cliques constructions, with six cases depending on inequalities among kk41 (Ding et al., 2024). The extremal graphs are described in the paper as having the general form of a “small clique representing the cut” joined to “one big clique” and kk42 equal cliques (Ding et al., 2024). For kk43-extra kk44-component connectivity kk45, the corresponding extremal problem for the distance spectral radius likewise yields join constructions, with distinct optimal forms in the regimes kk46, kk47, and kk48 (Zhang et al., 26 Sep 2025). These results show that component-order constraints are compatible with sharp spectral extremal characterizations.

5. Reliability, interconnection networks, and other applications

A principal motivation for component-order-aware connectivity is network reliability. In interconnection networks, vertices model processors and edges model communication links; classical connectivity only detects the first disconnection threshold, whereas component-based measures quantify how rapidly the network fragments into many or small pieces under faults (Zhao et al., 2018). The folded-hypercube study explicitly argues that traditional connectivity “always underestimates the resilience of large networks,” while component connectivity “can more accurately evaluate the reliability and fault tolerance for large-scale parallel processing systems” (Zhao et al., 2018).

For the kk49-dimensional folded hypercube kk50, the paper determines the kk51-component connectivity

kk52

for kk53 and kk54 (Zhao et al., 2018). This formula generalizes ordinary connectivity, since kk55 (Zhao et al., 2018). The same work also states that the formula fails at kk56, and that determining kk57 for kk58 remains open (Zhao et al., 2018).

Alternating group graphs and split-stars provide additional exact component-fragmentation thresholds. For kk59,

kk60

and for kk61,

kk62

(Gu et al., 2018). These formulas belong to component connectivity rather than upper-bounded-order COC, but they serve the same reliability objective of quantifying resistance to fragmentation.

COC also appears outside reliability theory. In the cops and robber game, the paper on 2-component order connectivity defines kk63-cockk64 as the size of a smallest set kk65 such that all the connected components of the induced graph on kk66 are of size at most kk67 (Jain et al., 2024). Specializing to kk68, it proves the bound

kk69

for the cop number kk70 (Jain et al., 2024). This result turns a component-order deletion parameter into a pursuit-evasion bound.

6. Directed, exact, and open directions

The directed analogue replaces connected components by strongly connected components. Directed Component Order Connectivity (DCOC) asks, for a digraph kk71 and integers kk72, whether there exists kk73 of size kk74 such that the largest strongly connected component in kk75 has at most kk76 vertices (Bang-Jensen et al., 2020). For kk77, DCOC reduces to Directed Feedback Vertex Set (Bang-Jensen et al., 2020). On general digraphs, parameter kk78 admits an kk79-time algorithm, improving the previous kk80 bound (Bang-Jensen et al., 2020). On semicomplete digraphs, DCOC parameterized by kk81 can be solved in time kk82, and there is no algorithm of time kk83 unless the Exponential Time Hypothesis fails; the same paper also gives matching lower bounds for parameter kk84 (Bang-Jensen et al., 2020).

Exact-size constraints form another frontier. kk85-Exact Component Order Connectivity asks whether every connected component in kk86 can be forced to have exactly kk87 vertices (Liu et al., 19 May 2026). Its kernelization via ECOC crown decompositions generalizes both the classical Vertex Cover crown decomposition and the induced-matching case, and the paper identifies the running-time dependence on kk88 as a limitation: obtaining an kk89-vertex kernel using time also polynomial in kk90 is left open (Liu et al., 19 May 2026). The same paper also identifies establishing non-trivial lower bounds on kernels for this exact variant as an open topic (Liu et al., 19 May 2026).

More broadly, current open directions arise at the interface between component order, component count, and application-specific constraints. For folded hypercubes, determining high-kk91 component connectivity beyond the range kk92 remains open (Zhao et al., 2018). For cops and robber, a natural next step is to bound the cop number by kk93-coc for a constant kk94, possibly with a coefficient better than kk95 (Jain et al., 2024). The spectral literature suggests further extensions to signless Laplacian, Laplacian, directed analogues, and edge-based versions of component-order-aware connectivity, but the decisive structural fact already visible is that many extremal problems continue to produce join-of-cliques architectures under COC-type constraints (Ding et al., 2024, Zhang et al., 26 Sep 2025).

Taken together, these developments show that Component Order Connectivity is not a single invariant but a mature cluster of deletion parameters and decision problems. Its core question—how many failures are needed before all surviving components become small, or before multiple components of controlled order must appear—links parameterized complexity, crown-based kernelization, degree-sequence extremal theory, spectral graph theory, network reliability, and algorithmic graph decomposition.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Component Order Connectivity (COC).