(X1,y1) = refine(P,(X0,y0))
This function uses Newton's method to improve the precision of an optimal primal/dual pair. The refined solution has relative error bounded by min(ErrorTolerance,2(-Bits)). The number of iterations made is at most Iterations.
|
|
|