Re: RE: [Help-glpk] Re: glpk 4.34 release information

2008-12-07 Thread glpk xypron
Hello Mark, May I recommend to Andrew or Xypron that at least -O2 is set on for the VS2008 makefile? thank you for your recommendations Flag /O2 is described here http://msdn.microsoft.com/en-us/library/8f8h5cxt.aspx as a default setting for release builds. Flag /GL is described here

Re: [Help-glpk] Re: glpk 4.34 release information

2008-12-07 Thread Andrew Makhorin
Flag /O2 is described here http://msdn.microsoft.com/en-us/library/8f8h5cxt.aspx as a default setting for release builds. To generate a fastest code msdn recommends to use /Ox option (it includes /O2). ___ Help-glpk mailing list Help-glpk@gnu.org

RE: [Help-glpk] Re: glpk 4.34 release information

2008-12-06 Thread Luiz M. M. Bettoni
Hi, Marc. This topic make me test some models with distinct builds of GLPK: http://lists.gnu.org/archive/html/help-glpk/2008-11/msg00026.html In 2 good machines (AMD Athlon64 2.200MHz, 2Gb DDR-400 / Intel Core 2 Duo 2x 2133 MHz, 2Gb DDR2-667), just replacing the glpsol.exe (all parameters still

RE: [Help-glpk] Re: glpk 4.34 release information

2008-12-06 Thread Meketon, Marc
Of Luiz M. M. Bettoni Sent: Saturday, December 06, 2008 8:37 AM To: help-glpk@gnu.org Subject: RE: [Help-glpk] Re: glpk 4.34 release information Hi, Marc. This topic make me test some models with distinct builds of GLPK: http://lists.gnu.org/archive/html/help-glpk/2008-11/msg00026.html In 2 good

Re: [Help-glpk] Re: glpk 4.34 release information

2008-12-06 Thread Luiz M. M. Bettoni
Hi, Marc. I'm not an expert on the compilation flags, so please double check what I'm trying to say in the following. The CFLAGS set for VS2008 is: /I. /DHAVE_CONFIG_H /nologo /W3 I do not know what the corresponding settings are for MinGW. I'm not an expert on various fields, so sorry by

RE: [Help-glpk] Re: glpk 4.34 release information

2008-12-06 Thread Meketon, Marc
-Original Message- From: Luiz M. M. Bettoni [mailto:[EMAIL PROTECTED] Sent: Saturday, December 06, 2008 10:55 AM To: Meketon, Marc Cc: help-glpk@gnu.org Subject: Re: [Help-glpk] Re: glpk 4.34 release information Hi, Marc. I'm not an expert on the compilation flags, so please double check

Re: [Help-glpk] Re: glpk 4.34 release information

2008-12-05 Thread Xypron
Hello Luiz, every GLPK release), but add a way to build GLPK directly from MinGW can be very useful for newbies. the only Windows build files for GLPK 4.34 that support ODBC connectivity are those for Visual Studio Express 2008 and the Windows SDK. Both can be downloaded free of charge from