I need to find the Chebyshev center of a convex polytope defined by equations (lines) of type y = aix + bi using a linear program. I know how I would do it with inequalities of type aix + y <= bi, but I can't figure this out.
I tried using the distance from a point to a line formula but couldn't make a linear program from it.
Here is a way with R:
Source:
Chebyshev center.