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.
2 parents b3f22f4 + 1b63bbb commit 03432e5Copy full SHA for 03432e5
src/Bridges/bridgeoptimizer.jl
@@ -87,7 +87,7 @@ function MOI.supports(b::AbstractBridgeOptimizer,
87
return MOI.supports(b.model, attr)
88
end
89
function MOI.copy_to(b::AbstractBridgeOptimizer, src::MOI.ModelLike;
90
- copynames=false)
+ copynames = true)
91
return MOIU.default_copy_to(b, src, copynames)
92
93
0 commit comments