It's common to read in textbooks that semidefinite programming solvers are inherently inaccurate.
Are the authors referring to the general machine inaccuracy (things like $10^{-16}=0$) or a special case around SDPs only?
If it is a special case, does this problem occur in interior point methods for linear programming as well? Why does it happen?
Is there some way to avoid this or to increase the maximum precision?
Edit: As Prof. Borchers requested, in Moments, Positive Polynomials and Their Applications, by Jean Lasserre, he mentions, in the Algebraic Certificates of Convexity section, that:
"[...] in practice such a certificate is numerical and so can be obtained only up to a machine precision, because of numerical inaccuracies inherent to semidefinite programming solvers."
The same is written in Modern Optimization Modelling Techniques by Comminetti, Facchinei and Lasserre. I suspect that I have read it somewhere else as well.
Thank you!