> Hi Andrew. I wish to inform you that when I compiled GLPK 4.25 under > windows it said that routine "sort_pool " should return a value.
Thank you for the bug report. Hope the compiler issues a warning, not error. Otherwise please replace the following line (file glpios03.c, line 1605): static sort_pool(glp_tree *tree, IOSPOOL *pool) by static void sort_pool(glp_tree *tree, IOSPOOL *pool) and recompile the package. _______________________________________________ Bug-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-glpk
