-
Notifications
You must be signed in to change notification settings - Fork 41
Issue with MOI master #116
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
Comments
I have updated the version number of the Project.toml on MOI master, so that you can use it to either branch in the code and call a different signature or simply require this new version in Project.toml. |
- Take the function signature change in `_pass_attributes` into account - Update Project.toml to require MOI v0.9.15
Thank you for the heads-up @blegat. I changed the code in COSMO to account for the changes in I guess I will wait until you release MOIv0.9.15 and then tag a new release for COSMO that requires that new version. Somewhat unrelated: How difficult would it be to support VariableNames and ConstraintNames in the current wrapper? |
Supporting names is quite easy. The code in |
MOI was release, I would recommend releasing a new version of COSMO asap as the current one is failing. |
- Take the function signature change in `_pass_attributes` into account - Update Project.toml to require MOI v0.9.15
- Now that new MOI is released, we push this fix - COSMO now requires MOI 0.9.16
I added the changes as discussed 8b377b6. New version will be tagged once the CI tests pass. |
See https://travis-ci.com/github/blegat/SolverTests/jobs/380241587#L510
and https://travis-ci.com/github/blegat/SolverTests/jobs/380241587#L539
The second issue is due to the use of the
_pass_attributes
internal function that changed its signature in jump-dev/MathOptInterface.jl#1121The text was updated successfully, but these errors were encountered: