-
Notifications
You must be signed in to change notification settings - Fork 94
Add solver version attribute #1637
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
Conversation
Are you using the same version of JuliaFormatter?
|
Co-authored-by: Oscar Dowson <odow@users.noreply.github.com>
Co-authored-by: Oscar Dowson <odow@users.noreply.github.com>
Co-authored-by: Oscar Dowson <odow@users.noreply.github.com>
MOI.Test.runtests( | ||
model, | ||
MOI.Test.Config(exclude = Any[MOI.optimize!]), | ||
exclude = ["test_attribute_SolverName"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excluding these tests is only needed if state
is NO_OPTIMIZER
, isn't it ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably, but that's unrelated to this PR.
Related to #1623