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.
1 parent 615a40b commit 1b63bbbCopy full SHA for 1b63bbb
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