Graph Outerthickness Calculator

outerplanar decomposition

CalculatorsFreeNo Signup
4.3(820 reviews)
All Tools

Loading tool...

About Graph Outerthickness Calculator

A graph outerthickness calculator computing θ_o(G): minimum number of outerplanar subgraphs whose union covers all edges. θ_o ≥ θ (thickness). Outerplanar: θ_o=1. Planar: θ_o≤2. Related to arboricity via a(G) ≤ 3·θ_o(G). Client-side.

Graph Outerthickness Calculator Features

  • θ_o(G)
  • Outerplanar
  • vs θ
  • Planar≤2
  • Common graphs
Outerthickness θ_o(G): decompose edges into minimum number of outerplanar subgraphs. More restrictive than thickness (which uses planar subgraphs). θ_o ≥ θ always. Outerplanar graphs have all vertices on outer face.

How to Use

Select graph:

  • θ_o: Outerthickness
  • vs θ: Compare
  • OP: Outerplanar?

Outerplanar Subgraphs

Outerplanar: planar + all vertices on outer face. At most 2n-3 edges. More restrictive than planar (at most 3n-6). So outerthickness ≥ thickness. Gap can be significant for dense graphs.

Bounds

θ_o ≥ ⌈m/(2n-3)⌉. Planar: θ_o ≤ 2. K_n: θ_o = ⌈(n+1)/4⌉ approximately. Related to book thickness by θ_o ≤ bt(G). Nice connections to linear layouts.

Step-by-Step Instructions

  1. 1Select graph.
  2. 2Compute θ_o.
  3. 3Compare with θ.
  4. 4Check outerplanarity.
  5. 5Apply bounds.

Graph Outerthickness Calculator — Frequently Asked Questions

What makes outerthickness different from thickness?+

Thickness uses planar subgraphs; outerthickness uses outerplanar (all vertices on outer face). Outerplanar is more restrictive, so θ_o ≥ θ. More useful for linear layout applications.

How does it relate to book thickness?+

Book thickness bt(G) ≥ outerthickness θ_o(G). Both involve decompositions into 'thin' structures. Book embedding places vertices on a line; outerthickness on outer boundary.

Is outerthickness computable?+

NP-hard in general. But good bounds: ⌈m/(2n-3)⌉ ≤ θ_o ≤ various upper bounds. For many graph families, exact values known.

Share this tool: