-
Notifications
You must be signed in to change notification settings - Fork 42
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
gurobi_options format and echoing #220
Comments
@4er4er4er I cannot reproduce the output order. Both in Windows and Linux I see:
(and nothing about options after that.) I'd need the exact test setup please. @mapgccv do you guess what's happening? |
glebbelov
added a commit
that referenced
this issue
Aug 14, 2023
Allow 'outlev 1' instead of 'outlev=1', 'outlev ?', etc
glebbelov
added a commit
that referenced
this issue
Aug 14, 2023
Allowing space for '=' requires dedicated 'flagged' options (no value)
I did some further testing:
|
glebbelov
pushed a commit
that referenced
this issue
Aug 18, 2023
Need to flush console output for AMPL IDE and SW console
Fixed, to appear in the next release. Tested in Windows IDE (assume SW works similarly). Solution: flush console output. Log:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In build 20230728,
gurobiasl
recognizes a space or an = sign between an option name and the corresponding value. Butgurobi
only recognizes an = sign:Also, when outlev=1 is specified, the beginning of the log lists Gurobi names for options that were specified:
The AMPL names for the options are only echoed at the end of the log:
The Gurobi names for the options are not helpful to most AMPL users, so it would be desirable to suppress them and to instead echo the AMPL option names at the beginning, like
gurobiasl
does:(It would be really good if the few remaining stray
Set parameter
messages could also be suppressed, but I recall that that's more challenging.)The text was updated successfully, but these errors were encountered: