Changes between Initial Version and Version 3 of Ticket #7804
- Timestamp:
- 01/04/10 08:07:09 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7804
-
Property
Status
changed from
new
toneeds_review
-
Property
Component
changed from
algebra
tonumerical
-
Property
Milestone
changed from
to
sage-4.3.1
-
Property
Status
changed from
-
Ticket #7804 – Description
initial v3 1 1 Hello !! 2 2 3 This patches moves the files mip Coin and mipGlpk to Sage. They are currently included in the packages CBC and GLPK and are a lot harder to work on because of this.3 This patches moves the files mip_coin and mip_glpk to Sage. They are currently included in the packages CBC and GLPK and are a lot harder to work on because of this. 4 4 5 5 This patch copies them in sage/numerical/ and adds several lines to modules_list so that they will only be compiled if the corresponding packages are installed. … … 7 7 For the moment, the copies of these files included in the packages will not be removed, in order to preserve backward-compatibility : the users of earlier versions of Sage will then be able to keep using the same packages. 8 8 9 *Only the changes to file modules_list need to be reviewed -- mip Coin and mipGLPKare copies of what is included in the spkg and have already been checked ! This should be a short review :-) *9 *Only the changes to file modules_list need to be reviewed -- mip_coin and mip_glpk are copies of what is included in the spkg and have already been checked ! This should be a short review :-) *