osqp/OSQP.jl

Changing coefficient with NaN or Inf as old value doesn't work

tkoolen opened this issue · 0 comments

From tkoolen/Parametron.jl#104,

https://github.com/oxfordcontrol/OSQP.jl/blob/8dd46b5a7c8955ae41cf8464295825801946e939/src/MOI_wrapper.jl#L617

means that if optimizer.constrconstant[row] is NaN or Inf, the value that is passed to change_rhs_coefficient! is incorrect.

See also JuliaOpt/LinQuadOptInterface.jl#103.

CC: @rdeits.