Largest induced tree #
This file defines largestInducedTreeSize, the number of vertices in a largest
induced subtree of a graph.
largestInducedTreeSize G is the number of vertices in a largest induced subtree of G.
A tree is a connected acyclic graph; an induced tree is an induced subgraph that is a tree.