bug-glpk
[Top][All Lists]
Advanced

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

[Bug-glpk] LPX_FX is a special case of LPX_DB


From: Abirami Meyyappan
Subject: [Bug-glpk] LPX_FX is a special case of LPX_DB
Date: Wed, 16 Jul 2003 15:30:42 -0700 (PDT)

If the user supplies a row/column of type LPX_DB with lb == ub,
internally set its type as LPX_FX.  After all, according to the
former type, lb <= x <= ub, which implies that lb == ub is valid.
But, currently, this creates an error when solving the model.

BTW, Thank you for your excellent work on GLPK.  You have really
made linear/integer programming accessible to the world at large...


Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
reply via email to

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