-
Notifications
You must be signed in to change notification settings - Fork 255
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
Allow writeProblem to write to stdout #926
Conversation
Could this be renamed to |
It can yeah, the idea was that in the SCIP terminal one would use |
I just mean that to achieve the same as |
Happy with the change! |
If
writeProblem
is called withfilename=None
, the model is printed to the standard output.Also added
verbosity
option (default True), because it can be annoying to many messages when you copy many models.EDIT: I'm defaulting it to
.cip
. We can add an option for the extension, though, but we'd need to changewriteProblem
as well.EDIT2: Something going on with the MacOS integration tests.