Re: [Help-glpk] How to generate glpk DLL with visuall C++ 2008 express edition?

2008-04-28 Thread vijay patil
I assume you are asking for procedure to create a GLPK DLL on Windows XP using VS 2008. I describe one of the possible way of creating the DLL. You will need to compile the GLPK source code in VS to create the DLL, just like creating any other DLL. However please note that to export the

[Help-glpk] spx_invert: the basis matrix is singular

2008-04-28 Thread Xie Zhengwei
Hi, buddies, I spent long time to fix this error, but still failed. spx_invert: the basis matrix is singular spx_simplex: numerical problems with basis matrix spx_simplex: sorry, basis recovery procedure not implemented yet bfd_ftran: the factorization is not valid Part of the code is shown as

Re: [Help-glpk] spx_invert: the basis matrix is singular

2008-04-28 Thread Andrew Makhorin
I spent long time to fix this error, but still failed. spx_invert: the basis matrix is singular spx_simplex: numerical problems with basis matrix spx_simplex: sorry, basis recovery procedure not implemented yet bfd_ftran: the factorization is not valid Part of the code is shown as

Re: [Help-glpk] How to generate glpk DLL with visuall C++ 2008 express edition?

2008-04-28 Thread Andrew Makhorin
I'm trying to compile glpk as a DLL so I can integrate it with Ruby. Can anyone share experiences of doing that? You can use the batch file 'Build_GLPK_with_VC6_MT_DLL.bat' included in the distribution (see subdirectory 'w32'). Before running it please read comments within it.