Skip to content

Commit ade61dd

Browse files
committed
Update
1 parent 3745059 commit ade61dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/copy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ function _build_copy_variables_with_set_cache(
545545
) where {S<:MOI.AbstractVectorSet}
546546
F = MOI.VectorOfVariables
547547
for ci in MOI.get(src, MOI.ListOfConstraintIndices{F,S}())
548-
f = MOI.get(src, MOI.ConstraintFunction())
548+
f = MOI.get(src, MOI.ConstraintFunction(), ci)
549549
if _is_variable_cone(cache, f)
550550
for fi in f.variables
551551
push!(cache.variables_with_domain, fi)

0 commit comments

Comments
 (0)