[Help-glpk] Compiling GLPK with VC7 and ODBC support

2008-06-06 Thread glpk xypron
Hello Andrew, using the files delivered with GLPK-4.28 in /w32 glpk is compiled without ODBC support. I suggest to add a config.h file to directory /w32 defining #define ODBC_DLNAME "odbc32.dll" /* ODBC shared library name if this feature is enabled */ and to change Makefile_VC6 to use compile

Re: [Help-glpk] How do I install GLPK

2008-06-06 Thread glpk xypron
Hello Troy, You can find batch files and make files for compiling in the w32 directory. Either of the following compiles will do Visual C Borland C++ 5.5 http://dn.codegear.com/article/20633 Dev-C++ http://sourceforge.net/projects/dev-cpp/ To support ODBC and MySQL some changes to the Makefile

[Help-glpk] How do I install GLPK

2008-06-06 Thread Troy Long
GLPK gurus, I was wondering how I went about compiling and running GLPK in vista. I #39;m a novice when it comes to package-style distributions. What do I do? Troy Long Industrial Engineering University of Arkansas GLPK gurus,I was wondering how I went about compiling and running GLPK in vist

[Help-glpk] API documentation suggestions (some more)

2008-06-06 Thread Robbie Morrison
Hello Andrew Andrew Makhorin wrote: > PS: Robbie, thank you very much for your suggestions > concerning glpk api documentation. Following from on from my posting on 29-May-2008 regarding the API manual -- here are a few more suggestions. If you let me know which of these changes you accept, I

Re: [Help-glpk] How to get all optimal solutions of LP problem

2008-06-06 Thread Ziga Mlinar
On Tuesday 06 May 2008 14:52:23 Andrew Makhorin wrote: > > Some linear programming problems have more than one optimal solution. > > Glpk returns just one of them, though. > > > > Is there a way to find all of them using glpk? > > Please see: > http://lists.gnu.org/archive/html/help-glpk/2006-06/ms

Re: [Help-glpk] Compilation problems on RH Enterprice...

2008-06-06 Thread Andrew Makhorin
> Hello I am try to compile glpk on a high-performance Linux-clusted of > which I don't know so much about, apart it runs Red Hat Enterprice > 4... > Configure seems to go well, but when I compile with make I got the > following problem: > [CONSOLE OUTPUT] > Making all in src > make[2]: Entering

Re: [Help-glpk] interrogating (and emptying) GLPK glp_prob instances

2008-06-06 Thread Andrew Makhorin
> I am writing some code to display the state of a GLPK > 'glp_prob' instance using machine-generated HTML. The > code is complete and I will post details and some > sample output back to this list after I resolve a > couple of small questions, namely: > Can I find out what kind of solvers ('glp_

Re: [Help-glpk] glpssx.h not installed?

2008-06-06 Thread Andrew Makhorin
> I need to use the SSX data structure directly in order to solve > exact problems exactly. However, glpk.h does not contain the > declarations in glpssx.h, and (unless I am missing something) > glpssx.h is not installed along with glpk.h. > What am I missing? Routines not declared in glpk.h are

[Help-glpk] glpssx.h not installed?

2008-06-06 Thread Roberto Bagnara
Hi there, I need to use the SSX data structure directly in order to solve exact problems exactly. However, glpk.h does not contain the declarations in glpssx.h, and (unless I am missing something) glpssx.h is not installed along with glpk.h. What am I missing? All the best, Roberto Bagnara