Skip to content
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

Synchronize the logLevel parameter from a model. #679

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

dop251
Copy link
Contributor

@dop251 dop251 commented Nov 12, 2024

When trying to use a custom built Cbc with a recent version of python-mip, I've noticed that Cbc still prints log to stdout, despite model.verbose being set to 0. It turns out this is because this parameter was missing from the synchronizeParams() method. This PR fixes this. It should fix coin-or/python-mip#359

@CLAassistant
Copy link

CLAassistant commented Nov 12, 2024

CLA assistant check
All committers have signed the CLA.

@svigerske svigerske merged commit 473cf48 into coin-or:master Nov 25, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

still logging when verbose=0 (on a recent version of CBC)
4 participants