help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Problem glpk using mysql, error "string literal too lon


From: Yaron Kretchmer
Subject: Re: [Help-glpk] Problem glpk using mysql, error "string literal too long".
Date: Sat, 10 Oct 2009 00:20:04 -0700

Can this be changed? Limitations on string lengths are a bit passe IMHO, in the era of C++ and STL

Regards
Yaron


On Fri, Oct 9, 2009 at 11:58 PM, Andrew Makhorin <address@hidden> wrote:
> 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
address@hidden
http://lists.gnu.org/mailman/listinfo/help-glpk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]