You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using HiGHS.jl v1.9.3. I have a slight feeling the error could originate from HiGHS directly, but I'm unsure if this is just the wrong way to set QP solver parameters specifically (because I can set others, only this and qp_nullspace_limit seem to fail):
using JuMP
import HiGHS
m =Model(HiGHS.Optimizer)
set_attribute(m, "qp_iteration_limit", 1000)
fails with
ERROR: getOptionIndex: Option "qp_iteration_limit" is unknownERROR: MathOptInterface.UnsupportedAttribute{MathOptInterface.RawOptimizerAttribute}: Attribute MathOptInterface.RawOptimizerAttribute("qp_iteration_limit") is not supported by the model.
I'm using
HiGHS.jl v1.9.3
. I have a slight feeling the error could originate fromHiGHS
directly, but I'm unsure if this is just the wrong way to set QP solver parameters specifically (because I can set others, only this andqp_nullspace_limit
seem to fail):fails with
Also
prints
The text was updated successfully, but these errors were encountered: