I have a set of straight lines with an specific order which I can use to form a polygon, what I need is to configure the internal angles of the (almost certainly irregular) polygon in order to get the biggest posible circle inside it (it's posible that the circle doesn't touch many of the lines).
-how can I guarantee the constructed polygon gives the largest circle? (maximizing angles?)
-I plan to apply numerical methods for the solution but I need "rules" for the code.
thanks in advance to all of you.