We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3745059 commit ade61ddCopy full SHA for ade61dd
src/Utilities/copy.jl
@@ -545,7 +545,7 @@ function _build_copy_variables_with_set_cache(
545
) where {S<:MOI.AbstractVectorSet}
546
F = MOI.VectorOfVariables
547
for ci in MOI.get(src, MOI.ListOfConstraintIndices{F,S}())
548
- f = MOI.get(src, MOI.ConstraintFunction())
+ f = MOI.get(src, MOI.ConstraintFunction(), ci)
549
if _is_variable_cone(cache, f)
550
for fi in f.variables
551
push!(cache.variables_with_domain, fi)
0 commit comments