Xypron, I sent a copy already. Cheers, Greg
> Today's Topics: > > 1. Compiled Windows GLPK -4.38 with suffixes patcth (Noli Sicad) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 4 May 2010 07:18:37 +1000 > From: Noli Sicad <[email protected]> > Subject: [Help-glpk] Compiled Windows GLPK -4.38 with suffixes patcth > To: glpk xypron <[email protected]> > Cc: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > 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 > > > > > ------------------------------ > > _______________________________________________ > Help-glpk mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-glpk > > > End of Help-glpk Digest, Vol 90, Issue 4 > **************************************** > -- The sheep care not which wolf leads the pack.
_______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
