We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
optimizer.constrconstant[row]
NaN
Inf
change_rhs_coefficient!
See also JuliaOpt/LinQuadOptInterface.jl#103.
CC: @rdeits.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From tkoolen/Parametron.jl#104,
https://github.com/oxfordcontrol/OSQP.jl/blob/8dd46b5a7c8955ae41cf8464295825801946e939/src/MOI_wrapper.jl#L617
means that if
optimizer.constrconstant[row]
isNaN
orInf
, the value that is passed tochange_rhs_coefficient!
is incorrect.See also JuliaOpt/LinQuadOptInterface.jl#103.
CC: @rdeits.
The text was updated successfully, but these errors were encountered: