diff -r 8f589de42c76 -r 7d028a73d7f2 lemon/lp_glpk.cc --- a/lemon/lp_glpk.cc Mon Jul 04 17:51:07 2005 +0000 +++ b/lemon/lp_glpk.cc Tue Jul 05 14:36:10 2005 +0000 @@ -445,7 +445,7 @@ switch (lpx_get_dual_stat(lp)) { case LPX_D_UNDEF://Undefined (no solve has been run yet) return UNDEFINED; - case LPX_D_NOFEAS://There is no feasible solution (primal, I guess) + case LPX_D_NOFEAS://There is no dual feasible solution // case LPX_D_INFEAS://Infeasible return INFEASIBLE; case LPX_D_FEAS://Feasible