You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chebyshevcenter either calls hchebyshevcenter or vchebyshevcenter depending on the argument. However, according to the documentation, these two functions compute different things.
Return a tuple with the center and radius of the smallest euclidean ball containing the polyhedron `p`.
According to Wikipedia, these two definitions are not equivalent in general.
In geometry, the Chebyshev center of a bounded set Q having non-empty interior is the center of the minimal-radius ball enclosing the entire set Q, or alternatively (and non-equivalently) the center of largest inscribed ball of Q.
Is this intended?
The text was updated successfully, but these errors were encountered:
chebyshevcenter
either callshchebyshevcenter
orvchebyshevcenter
depending on the argument. However, according to the documentation, these two functions compute different things.Polyhedra.jl/src/center.jl
Lines 5 to 7 in 00173ce
Polyhedra.jl/src/center.jl
Lines 53 to 55 in 00173ce
According to Wikipedia, these two definitions are not equivalent in general.
Is this intended?
The text was updated successfully, but these errors were encountered: