Skip to content

Commit 1b63bbb

Browse files
committed
Fix #494
1 parent 615a40b commit 1b63bbb

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)