How to Use
Select graph:
- Test: DH?
- Distances: Preservation
- Pruning: Build sequence
Characterization
Equivalent: (1) no induced C_k (k≥5) with 0 or 1 chord, (2) built by pendant/twin additions, (3) every cycle of length ≥5 has ≥2 crossing chords. Bandelt-Mulder (1986): hanging decomposition.
Algorithms
Many NP-hard problems polynomial: Steiner tree, domination, bandwidth, Hamiltonian path. Use pruning sequence (vertex elimination order) for dynamic programming. Very powerful algorithmic framework.
Step-by-Step Instructions
- 1Select graph.
- 2Check DH.
- 3Find pruning seq.
- 4Verify distances.
- 5Apply DP.