[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-glpk] Compiled Windows GLPK -4.38 with suffixes patcth
From: |
Noli Sicad |
Subject: |
[Help-glpk] Compiled Windows GLPK -4.38 with suffixes patcth |
Date: |
Tue, 4 May 2010 07:18:37 +1000 |
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] Compiled Windows GLPK -4.38 with suffixes patcth,
Noli Sicad <=