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
o = SCIP.Optimizer
julia> MOI.get(o, MOI.ListOfConstraintIndices{MOI.ScalarAffineFunction{Float64}, MOI.LessThan{Float64}}())
ERROR: ArgumentError: ModelLike of type SCIP.Optimizer does not support accessing the attribute MathOptInterface.ListOfConstraintIndices{MathOptInterface.ScalarAffineFunction{Float64}, MathOptInterface.LessThan{Float64}}()
Stacktrace:
[1] get_fallback(::SCIP.Optimizer, ::MathOptInterface.ListOfConstraintIndices{MathOptInterface.ScalarAffineFunction{Float64}, MathOptInterface.LessThan{Float64}})
@ MathOptInterface ~/.julia/packages/MathOptInterface/YDdD3/src/attributes.jl:296
[2] get(::SCIP.Optimizer, ::MathOptInterface.ListOfConstraintIndices{MathOptInterface.ScalarAffineFunction{Float64}, MathOptInterface.LessThan{Float64}})
@ MathOptInterface ~/.julia/packages/MathOptInterface/YDdD3/src/attributes.jl:293
[3] top-level scope
@ REPL[12]:1
julia> MOI.get(o, MOI.ListOfConstraintIndices{MOI.SingleVariable, MOI.LessThan{Float64}}())
ERROR: ArgumentError: ModelLike of type SCIP.Optimizer does not support accessing the attribute MathOptInterface.ListOfConstraintIndices{MathOptInterface.SingleVariable, MathOptInterface.LessThan{Float64}}()
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: