[Help-glpk] RE: sample.c

2010-08-04 Thread Нестеренко Геннадий Витальевич
C:\xrcsE:\Dev-Cpp\bin\gcc -LC:\xrcs\glpk-4.44 sample.o -lglpk -lm gives an error E:\Dev- Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lglpk collect2: ld returned 1 exit status What's wrong? I don't use Windows, but I'd try

RE: [Help-glpk] RE: sample.c

2010-08-04 Thread Нестеренко Геннадий Витальевич
Have you compiled glpk using mingw? No, I never compile glpk on this computer before I've already understood that this is the reason When you do that successfully you will have two files glpk4_44.dll and libglpk4_44.a When you have these copy them both into the same directory as

[Help-glpk] sample.c

2010-08-02 Thread Нестеренко Геннадий Витальевич
Hi, Andrew! Hi, all! Very dummy question: how to compile and link the example program (glpk.pdf, ss. 15,16) in Windows? Command C:\xrcsE:\Dev-Cpp\bin\gcc -IC:\xrcs\glpk-4.44\include -c sample.c done OK, file sample.o appeared. But command C:\xrcsE:\Dev-Cpp\bin\gcc -LC:\xrcs\glpk-4.44 sample.o

RE: [Help-glpk] about Vba/glpk dll

2010-06-02 Thread Нестеренко Геннадий Витальевич
Hello, Marc! Hi, all! Could you send this DLL and MS Access database to me too? -Original Message- From: help-glpk-bounces+nesterenkogv=pgkweb...@gnu.org [mailto:help- glpk-bounces+nesterenkogv=pgkweb...@gnu.org] On Behalf Of Meketon, Marc Sent: Wednesday, April 01, 2009 5:12 PM To:

RE: HA: [Help-glpk] transportation problem

2010-05-31 Thread Нестеренко Геннадий Витальевич
Hi, Andrew! Hi, all! Would you tell me pls, is it possible to use command printf if I run glpsol.exe with switch --mincost? I use exe-file made by Xypron http://sourceforge.net/projects/winglpk/ (10x to him). If you mean mathprog model, the answer is no. The --mincost option is like

RE: HA: [Help-glpk] transportation problem

2010-05-31 Thread Нестеренко Геннадий Витальевич
Would you tell me pls, is it possible to use command printf if I run glpsol.exe with switch --mincost? I use exe-file made by Xypron http://sourceforge.net/projects/winglpk/ (10x to him). If you mean mathprog model, the answer is no. The --mincost option is like --mps, i.e. it

HA: [Help-glpk] transportation problem

2010-03-02 Thread Нестеренко Геннадий Витальевич
Hello, Andrew! Does any of you know if there is a free library that implements a solver for the transportation problem? The transportation problem is a particular case of the minimum cost flow problem, which can be solved either with the standard simplex or with a specialized algorithm

RE: [Help-glpk] .mod to .mps conversion

2009-07-20 Thread Нестеренко Геннадий Витальевич
I want to convert the magic.mod model, shown on GLPK 4.38 EXAMPLES, into magic.mps (fixed mps format). Can any body tell me how,please ? glpsol -m magic.mod --wmps magic.mps ___ Help-glpk mailing list Help-glpk@gnu.org

RE: [Help-glpk] Makefiles for 64 bit Windows

2008-08-29 Thread Нестеренко Геннадий Витальевич
Hi, Andrew, However, I have neither VC9 nor 64-bit machine, so I am unable to check if all this works correctly. Could you (or maybe someone else on the list) please do that? I'll try but I am quite dummy user. Currently I've compiled 4.30 by Visual Studio 2008 Beta 2 using Xyprons's

RE: [Help-glpk] Makefiles for 64 bit Windows

2008-08-28 Thread Нестеренко Геннадий Витальевич
Hi, Xypron, Thanks for help recently the question of compiling for 64 bit Windows has been posed. Please, find the necessary makefiles for Microsoft Visual Studio Express 2008 and Windows Software Development Kit (SDK) for Windows Server 2008 at

RE: [Help-glpk] 64-bit platform once again

2008-08-26 Thread Нестеренко Геннадий Витальевич
Note that GCC allows generating code for 64-bit environments. For more details see the GCC manual, option '-m64' ( http://gcc.gnu.org/ ). But compiled by GCC file will not work under windows. Why not? AFAIK, there is the Mingw-w64 project which is based on GCC and allows

[Help-glpk] 64-bit platform once again

2008-08-20 Thread Нестеренко Геннадий Витальевич
Hello, everyone! Topic has been already discussed, so I apologize.. I compiled glpk-4.30 by Dev-C++ (v. 4.9.9.2) under WinXP using Build_GLPK_with_Dev.bat (I didn't correct any code). 1. Will such exe-file work under Vista-64? 2. If yes, will it see memory beyond 4Gb? Sorry for my bad

RE: [Help-glpk] Hi: Question. Please help.

2008-07-28 Thread Нестеренко Геннадий Витальевич
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Makhorin Sent: Friday, July 25, 2008 4:50 PM To: Jahnavi Prasad Cc: help-glpk@gnu.org Subject: Re: [Help-glpk] Hi: Question. Please help. I am trying to use GLPK in a flux-balance analysis context