Let $S = \{P_1, P_2, ..., P_m\}$ be a set of convex polygons in $\mathbb R^2$ with a total of $n$ vertices. Polygons are defined by ordered lists of vertices, and each vertex is represented by a pair $(x,y)$ of its Cartesian coordinates. Polygons may have non-empty pairwise intersections.
A convex polygon is called stabbed by a line, if there is a non-empty intersection between them. A set $L$ of lines is called stabbing set for the set $S$, if each polygon in the $S$ is stabbed by at least one line from the $L$. Find a minimum stabbing set for the set $S$.
Are there any algorithms (papers, research) for this problem?
This problem is related to this question on SO.