Skip to content
Prev 333268 / 398506 Next

The smallest enclosing ball problem

Berend Hasselman <bhh <at> xs4all.nl> writes:
It seems you are absolutely right. I always assumed a quadratic programming 
solver will -- as all linear programming solvers do -- automatically require 
the variables to be positive.

I checked it for some more examples in 10 and even 100 dimensions, and the 
results now agree. Still, it's a bit disappointing that 'quadprog' will not 
solve problems with 10 points in R^3, because the corresponding matrices are 
not positive definite.

Thanks
Hans Werner