help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] A MathProg question


From: Reginald Beardsley
Subject: [Help-glpk] A MathProg question
Date: Tue, 13 Nov 2012 05:54:03 -0800 (PST)


Why is:

minimize err : sum{i in I} w[i];

acceptable, but:

minimize err : max{i in I} w[i];

is not?

I can get the desired result by following example cf12b.mod, but I'm puzzled 
why glpsol 4.47 emits an error.  From reading the manual, I'd expect that any 
of the  iterated operators would be linguistically interchangeable w/ sum.

Thanks,
Reg




reply via email to

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