Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed May 3, 2024
1 parent 10e8bc9 commit d8027ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utilities/copy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ function _build_copy_variables_with_set_cache(
) where {S<:MOI.AbstractVectorSet}
F = MOI.VectorOfVariables
for ci in MOI.get(src, MOI.ListOfConstraintIndices{F,S}())
f = MOI.get(src, MOI.ConstraintFunction())
f = MOI.get(src, MOI.ConstraintFunction(), ci)
if _is_variable_cone(cache, f)
for fi in f.variables
push!(cache.variables_with_domain, fi)
Expand Down

0 comments on commit d8027ce

Please sign in to comment.