Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

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

Open
tkoolen opened this issue May 27, 2019 · 0 comments
Open

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

tkoolen opened this issue May 27, 2019 · 0 comments

Comments

@tkoolen
Copy link
Contributor

tkoolen commented May 27, 2019

From tkoolen/Parametron.jl#104,

change_rhs_coefficient!(model, row, get_rhs(model, row) - (replacement.constant - previous.constant))

means that if previous.constant is NaN or Inf, the value that is passed to change_rhs_coefficient! is incorrect.

See also osqp/OSQP.jl#54.

CC: @rdeits.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant