Hi Xypron, Thank you for much for creating the suffixes patch
Any plan to apply suffixes patch to the current glpk-4.43 source? I think it would be useful since the current glpk-4.43 has proper support ODBC. I am very interested as well to have this patch for Mac OS X 10.6.3. I am dualing booting my laptop/netbook (Windows and Mac OS X). Sqlite3 and GLPK/Mathprog in Mac OS X is winning combination. AMPL does not have Mac OS X support. Thanks. Regards, Noli On 5/5/10, glpk xypron <[email protected]> wrote: > Hello Noli, > > please, find a Windows 32 bit executable at > ftp://glpk.dyndns.org/glpk/win32/glpk-4.38-dot_w32.zip > > MD5: > 626f8c19b7ca7dc8fb186e602ca400a0 glpk-4.38-dot_w32.zip > > The binaries are in directory w32 > > Best regards > > Xypron > > -------- Original-Nachricht -------- >> Datum: Tue, 4 May 2010 07:18:37 +1000 >> Von: Noli Sicad <[email protected]> >> An: glpk xypron <[email protected]> >> CC: [email protected] >> Betreff: Compiled Windows GLPK -4.38 with suffixes patcth > >> Hello Xypron, >> >> I think suffixes is quite useful in the problems that I am dealing as >> well. >> >> > and committed to >> > http://glpk.dyndns.org/svn/glpk/branches/glpk-4.38-dot/ >> >> Would it be possible to get the compiled / windows binary (glpsol.exe) >> glpk4.38 with the suffixes patch? >> >> You can just email to me if you don't have time to upload in your site. >> >> Danke Schoen >> >> Regards, Noli >> >> > and committed to >> > http://glpk.dyndns.org/svn/glpk/branches/glpk-4.38-dot/ >> >> >> >> > the following expressions work when added to >> > examples/transp.mod >> > >> > solve; >> > display (demand['Topeka'].dual); >> > display {j in J} (demand[j].dual); >> > >> > This does not: >> > display demand['Topeka'].dual; >> > >> > I have added the following lines to >> > glpk-4.38-dot/src/glpmpl01.c >> > >> > if (mpl->token == T_POINT) >> > { error(mpl, "display statement does not support output of >> " >> > "properties here, use (indexed) expression instead"); >> > } >> > >> > and committed to >> > http://glpk.dyndns.org/svn/glpk/branches/glpk-4.38-dot/ >> > >> > Best regards > > -- > GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! > Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 > _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
