Skip to content

Fix #494 #495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 25, 2018
Merged

Fix #494 #495

merged 1 commit into from
Aug 25, 2018

Conversation

blegat
Copy link
Member

@blegat blegat commented Aug 25, 2018

Closes #494

@@ -87,7 +87,7 @@ function MOI.supports(b::AbstractBridgeOptimizer,
return MOI.supports(b.model, attr)
end
function MOI.copy_to(b::AbstractBridgeOptimizer, src::MOI.ModelLike;
copynames=false)
copynames = true)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copy_names?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we should rename that too, I planned to do this in the next PR

@blegat blegat merged commit 03432e5 into master Aug 25, 2018
@blegat blegat deleted the bl/fix494 branch August 28, 2018 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants