Bounded Diameter Spanning Tree

Input

Graph G=(V,E)G = (V, E), weight w(e)Z+w(e) \in \mathbb{Z}^{+} for each eEe \in E, positive integer DVD \leq |V|, positive integer BB.

Question

Is there a spanning tree TT for GG such that the sum of the weights of the edges in TT does not exceed BB and such that TT contains no simple path with more than DD edges?

Classes

Comments

Remains NP-complete for any fixed D4D \geq 4, even if all edge weights are either 1 or 2. Can be solved easily in polynomial time if D3D \leq 3, or if all edge weights are equal.

Proofs

NP-complete

Transformation from Exact Cover by 3-Sets (Garey & Johnson, 1979).

Reducible from

References