-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
CBC spkg updated because of modifications in sage.numerical.mip #7333
Comments
Author: Nathann Cohen |
Reviewer: Martin Albrecht |
comment:2
I get a bunch of
Other than that, it looks fine. I have been using it over the last week or so and cannot report any problems. |
comment:3
I should have got rid of this before... :p This is just caused by the fact that the problem that is optimized is symmetric in the two variables x[3] and y. CBC returnd x[3] set to two, and Coin returns the other one to 2, both being good answers :p But I thought this had been updated... Did you test it on the last alpha version ? |
comment:4
Yes, alpha1. |
comment:5
Sorry, then I did not check on the good file. I can not find any occurrence of p.get_values(x[3]) in mip.pyx. Could you tell me which file contains it please ? :-) I'll fix it immediately after !!! Nathann |
comment:6
Line 477:
|
comment:8
Yes, sorry for the misunderstanding :-) |
comment:11
Thank you ! :-) |
comment:12
Merged in with the optional packages. |
Since the new version of sage.numerical.mip, which is now in the standard distribution of Sage, the old CBC spkg was not working anymore because of many changes in the structure of class MIP. This patch fixes this, by mainly changing some variables' names to the new ones, and Cythonizing part of the code when it was possible !
The spkg is available in two locations :
Thank you for your help !!!!
Component: packages: optional
Author: Nathann Cohen
Reviewer: Martin Albrecht
Issue created by migration from https://trac.sagemath.org/ticket/7333
The text was updated successfully, but these errors were encountered: