Vertex Integrity Calculator

separator + component size

CalculatorsFreeNo Signup
4.5(74 reviews)
All Tools

Loading tool...

About Vertex Integrity Calculator

A vertex integrity calculator computing I(G): min over separators S of |S| + max|C| where C is a connected component of G-S. Measures vulnerability: small I = graph shatters into small pieces after removing few vertices. I ≤ n. Trees: I = O(log n). Client-side.

Vertex Integrity Calculator Features

  • I(G)
  • |S|+max|C|
  • Vulnerability
  • Trees O(log n)
  • Common graphs
Vertex integrity I(G) = min_S (|S| + max component size of G-S). Balances separator size vs remaining component size. I=1 for edgeless. I=n for complete. Trees: I = O(log n). Bounded I implies bounded treedepth. NP-hard.

How to Use

Select graph:

  • I: Integrity
  • |S|: Separator
  • max|C|: Component

Graph Vulnerability

Small I: graph is 'fragile'. Few vertices destroy connectivity into tiny pieces. Large I: graph is 'robust'. Need many vertices or large remnants persist. Military/infrastructure network resilience measure.

Key Results

I(G) ≤ td(G) (treedepth). I(K_n) = n. I(P_n) = ⌈log₂(n+1)⌉ + 1 (same structure as treedepth!). I(Star) = 2. Bounded vertex integrity is a strict subset of bounded treedepth.

Step-by-Step Instructions

  1. 1Select graph.
  2. 2Find optimal S.
  3. 3Compute |S|+max|C|.
  4. 4Compare with td.
  5. 5Assess vulnerability.

Vertex Integrity Calculator — Frequently Asked Questions

What does vertex integrity measure?+

How vulnerable a network is to targeted vertex removal. I(G) balances: how many vertices to remove (|S|) + how big remaining pieces are (max|C|). Low I = fragile: few removals shatter everything.

How does I relate to treedepth?+

I(G) ≤ td(G) always. Bounded integrity ⟹ bounded treedepth but not conversely. Vertex integrity is a more specific measure. Both capture 'how shallow' a graph's structure is.

Why stars have I=2?+

Remove the center (|S|=1), all remaining components are singletons (max|C|=1). So I = 1+1 = 2. Stars are extremely vulnerable: one vertex removal shatters everything!

Share this tool: