You have an undirected connected graph with vertices and edges. Orient all edges to make a directed graph. Maximize the minimum number of vertices reachable from any vertex.
Constraints: . You need to understand how bridges affect connectivity after orientation.