-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
GLPK for Sage, new version #6817
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:4
I tested this as before (with #6502). It applies fine to 4.1.1.rc2 in an intel macbook running 10..4.11 ( I could not get 4.1.1 to compile from source on that platform), so positive review from me again. |
comment:5
ncohen --- In future updates to the GLPK spkg, please put your custom patches, .pyx, or .pxd files under a directory called Merged the updated spkg in the optional packages repository. See this web page http://www.sagemath.org/packages/optional/ The download link is |
Author: Nathann Cohen |
Merged: Sage 4.1.2.alpha0 |
Reviewer: David Joyner |
New version of package GLPK for Sage. There is nothing new except that this spkg now embeds the function solveGLPK which was previously included directly into Sage ( stupid, as this is to be an optional package ).
Hence, this code has already been positively reviewed in #6502
As with package COIN-OR/CBC, the function is now compiled when the package is installed, then loaded by sage.numerical.mip when solve() is called.
The package can be installed this way
CC: @sagetrac-mvngu
Component: packages: optional
Author: Nathann Cohen
Reviewer: David Joyner
Merged: Sage 4.1.2.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/6817
The text was updated successfully, but these errors were encountered: