Skip to content

Commit 03432e5

Browse files
authored
Merge pull request #495 from JuliaOpt/bl/fix494
Fix #494
2 parents b3f22f4 + 1b63bbb commit 03432e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/bridgeoptimizer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function MOI.supports(b::AbstractBridgeOptimizer,
8787
return MOI.supports(b.model, attr)
8888
end
8989
function MOI.copy_to(b::AbstractBridgeOptimizer, src::MOI.ModelLike;
90-
copynames=false)
90+
copynames = true)
9191
return MOIU.default_copy_to(b, src, copynames)
9292
end
9393

0 commit comments

Comments
 (0)