-
Notifications
You must be signed in to change notification settings - Fork 13
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
Recompile binaries with the new support of GLPK 4.60 #3
Comments
The binary for linux 64 bits has been updated here: https://github.com/VinTz1/glpkmex.git |
`>> mex -largeArrayDims -I/usr/local/include glpkcc.cpp /usr/local/lib/libglpk.a Building with 'g++'. `>> glpktest1 LP problem |
Maybe now the Readme should be updated |
I would like to use glpkcc.mexw64 on matlab. But I need to use the optimization option of the glpk code. For example, when you change the right side equations with the function: |
|
ok! Thanks. I'll check these. |
I was wondering about your answer. Is possible to program a function such the glpkcc.cpp, but with reoptimization option? And so create the mex file. Or, is the Matlab not support ? Whether not, why? Is it about the pointers?! |
I am not an expert in mex file but I don't see any reason why this wouldn't be possible |
I have a Windows MEX with the latest version - Anyone interested in it in this package? |
Yes! Please share. Thanks! |
How do you want me to share it? OK, it seems I can :-): |
Thanks! Could you possibly share your build script too? |
Hi, But you know what, I will create a |
In order to be agile and independent I created https://github.com/RoyiAvital/GLPKMEX. Currently works on Windows and Linux against GLPK I hope it will be useful to others. |
@tholden has added support for GLPK 4.60, Windows binaries have been updated but this still needs to be done for Mac and Linux.
glpkcc.mexa64
glpkcc.mexglx
glpkcc.mexmaci64
The text was updated successfully, but these errors were encountered: