Let $v_0, ..., v_n \in \mathbb{R}^3$ be vectors and let $k_0, ...,k_n$ be positive numbers.
There is a region $\Pi$ defined as $\Pi = \{x \in \mathbb{R}^3\;|\;v_i^tx \le k_i \}$
The problem is to find the center and radius of the biggest sphere inside this region.
How can I write this problem as a LP problem? How to identify the decision variables, the objective function to be optimized and the constraints?
The decision variables should be the center and the radius of the sphere.
The objective function should be to maximize $\frac{4}{3}\pi r^3$.
I'm not being able to visualize $\Pi$, so I'm stuck at defining the contraints for the center and the radius.