Hello Chris, the current version of GLPK is 4.45. Compatibility issues with 64bit existed prior to GLPK 4.31.
On 64bit Windows you could either use 64bit Matlab + 64bit compiled mex interface + 64bit GLPK library or 32bit Matlab + 32bit compiled mex interface + 32bit GLPK library Make sure your components match. 32bit and 64bit GLPK libraries are contained in GLPK for Windows http://sourceforge.net/projects/winglpk/ Have a look at http://sourceforge.net/projects/glpkmex/ for an interface between GLPK and Matlab. Best regards Xypron -------- Original-Nachricht -------- > Subject: 64-bit compatibility > Date: Tue, 8 Mar 2011 09:21:30 -0800 (PST) > > I have been trying to work with the GNU libraries and developed an > interface through matlab mex files. There seems to be a 64-bit > compatbility issue. I can run my program successfully on a 32-bit > computer but have issues (cannot find a feasible solution) on a 64-bit > computer. Are there any known compatibility issues, and do you know how > I might get around this issue? > > Thanks, > - C -- GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt mit gratis Handy-Flat! http://portal.gmx.net/de/go/dsl _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
