ds4dm / Tulip.jl

Interior-point solver in pure Julia
Other
154 stars 20 forks source link

Wrong vector in residual norm #106

Closed dellamonica closed 2 years ago

dellamonica commented 2 years ago

See https://github.com/ds4dm/Tulip.jl/blob/b0b3496a03e1394d2f83aa02b26b462370c487cd/src/IPM/HSD/HSD.jl#L116

mtanneau commented 2 years ago

Oh, this is bad, thanks for catching it. I don't know how it never caused any issue earlier. The same error crept up in the MPC algorithm as well: https://github.com/ds4dm/Tulip.jl/blob/b0b3496a03e1394d2f83aa02b26b462370c487cd/src/IPM/MPC/MPC.jl#L131

I'll issue a fix this weekend.