> I have problem with glpk debian package in Lenny in discusses with > help-glpk list, I receive sugestions to change constant in > src/glpmpl.h file to MAX_LENGTH 1000 according as email following > down.
MAX_LENGTH (in glpmpl.h) must not be greater than 255; this is limited by underlying data structure (DMP) used to store character strings. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
