RE: [Help-glpk] Problems in using GLPK on MATLAB

2011-02-07 Thread #LI WEN#
: re: [Help-glpk] Problems in using GLPK on MATLAB Hi Li (off-line) If you solve your problem, can you post back to the [Help-glpk] list. Or if you find out anything useful. I will then update the GLPK wikibook page: http://en.wikibooks.org/wiki/GLPK/Matlab#GLPKMEX I don't use MATLAB

RE: [Help-glpk] Problems in using GLPK on MATLAB

2011-02-06 Thread #LI WEN#
[mailto:nsi...@gmail.com] Sent: 2011年2月6日 14:52 To: #LI WEN# Cc: help-glpk@gnu.org Subject: Re: [Help-glpk] Problems in using GLPK on MATLAB You don't let us, which version of the glpkmex you are compiling. Try using the precompiled binary i.e 2.8. http://sourceforge.net/projects/glpkmex/files

Re: [Help-glpk] Problems in using GLPK on MATLAB

2011-02-06 Thread Noli Sicad
...@gmail.com] Sent: 2011年2月6日 14:52 To: #LI WEN# Cc: help-glpk@gnu.org Subject: Re: [Help-glpk] Problems in using GLPK on MATLAB You don't let us, which version of the glpkmex you are compiling. Try using the precompiled binary i.e 2.8. http://sourceforge.net/projects/glpkmex/files/glpkmex

[Help-glpk] Problems in using GLPK on MATLAB

2011-02-05 Thread #LI WEN#
Hi, all, I am trying to compile a GLPK-MATLAB interface file glpkmex.c. However, I got some errors as follows: glpkmex.c glpkmex.c(457) : warning C4090: 'function' : different 'const' qualifiers glpkmex.c(141) : warning C4101: 'mxtmp' : unreferenced local variable

Re: [Help-glpk] Problems in using GLPK on MATLAB

2011-02-05 Thread Noli Sicad
You don't let us, which version of the glpkmex you are compiling. Try using the precompiled binary i.e 2.8. http://sourceforge.net/projects/glpkmex/files/glpkmex/ Noli On 2/6/11, #LI WEN# w...@e.ntu.edu.sg wrote: Hi, all, I am trying to compile a GLPK-MATLAB interface file glpkmex.c.