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
